]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Vgeneric -- used in frozen version
authorGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 11:05:50 +0000 (11:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 11:05:50 +0000 (11:05 +0000)
Demo/sgi/video/Vgeneric.py [new file with mode: 0755]

diff --git a/Demo/sgi/video/Vgeneric.py b/Demo/sgi/video/Vgeneric.py
new file mode 100755 (executable)
index 0000000..182adbe
--- /dev/null
@@ -0,0 +1,2 @@
+import sys, posixpath
+exec('import ' + posixpath.basename(sys.argv[0]) + '\n')