cpython/Demo/sgi/video/Vgeneric.py
1994-10-07 11:05:50 +00:00

2 lines
79 B
Python
Executable file

import sys, posixpath
exec('import ' + posixpath.basename(sys.argv[0]) + '\n')