File: iscr.py

package info (click to toggle)
felix 1.1.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,992 kB
  • ctags: 1,178
  • sloc: python: 7,260; makefile: 408; sh: 58
file content (9 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
import sys
args = sys.argv[1:]
if sys.path[0]!='':
  sys.path = ['']+ sys.path

import interscript
interscript.run_from_options(args)