home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Lib / ospath.py < prev    next >
Encoding:
Text File  |  1996-03-18  |  68 b   |  4 lines  |  [TEXT/Pyth]

  1. # ospath.py is obsolete
  2. import os
  3. exec 'from %s import *' % os.name
  4.