home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Python 1.1 / Lib / builtin.py < prev    next >
Encoding:
Text File  |  1993-10-22  |  140 b   |  4 lines  |  [TEXT/R*ch]

  1. # B/W compat hack so code that says "import builtin" won't break after
  2. # name change from builtin to __builtin__.
  3. from __builtin__ import *
  4.