File: cyclograph

package info (click to toggle)
cyclograph 1.7.1-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,136 kB
  • ctags: 705
  • sloc: python: 9,682; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
try:
    from launcher import *
except ImportError:
    from cyclograph.launcher import * 

main()
#TODO: use execfile instead?