home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / python / python folder / Lib / builtin.py < prev    next >
Encoding:
Text File  |  1994-01-05  |  140 b   |  4 lines  |  [TEXT/????]

  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.