File: git-cola

package info (click to toggle)
git-cola 4.16.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,844 kB
  • sloc: python: 37,980; sh: 298; makefile: 223; xml: 108; tcl: 62
file content (9 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3
import sys

import _activate_cola

from cola.main import main

if __name__ == '__main__':
    sys.exit(main())