home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / Demo / sgi / video / Vgeneric.py < prev    next >
Encoding:
Text File  |  1997-01-17  |  79 b   |  3 lines

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