File: Vgeneric.py

package info (click to toggle)
python 1.5.2-10potato11
  • links: PTS
  • area: main
  • in suites: potato
  • size: 13,340 kB
  • ctags: 36,680
  • sloc: ansic: 97,117; python: 88,266; makefile: 2,518; lisp: 2,363; sh: 882
file content (2 lines) | stat: -rwxr-xr-x 79 bytes parent folder | download | duplicates (8)
1
2
import sys, posixpath
exec('import ' + posixpath.basename(sys.argv[0]) + '\n')