Vgeneric -- used in frozen version

This commit is contained in:
Guido van Rossum 1994-10-07 11:05:50 +00:00
parent 05fc9cea5d
commit 33325f439d
1 changed files with 2 additions and 0 deletions

2
Demo/sgi/video/Vgeneric.py Executable file
View File

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