File: git-cola-sequence-editor

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

import _activate_cola

from cola import sequenceeditor

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