File: scolasync

package info (click to toggle)
scolasync 4.1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,824 kB
  • ctags: 452
  • sloc: xml: 3,814; python: 2,833; makefile: 98
file content (7 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/python3
import sys
sys.path=["/usr/share/scolasync"]+sys.path

import scolasync

scolasync.run()