File: git-cola-sequence-editor

package info (click to toggle)
git-cola 4.17.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,928 kB
  • sloc: python: 38,433; sh: 298; makefile: 223; xml: 110; tcl: 62
file content (9 lines) | stat: -rwxr-xr-x 154 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 import sequenceeditor

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