Staging
v0.5.1
Revision c6143338b399ee4164321af027144d714597528b authored by cvs2svn on 01 July 1996, 18:34:03 UTC, committed by cvs2svn on 01 July 1996, 18:34:03 UTC
1 parent 88dc264
Raw File
builtin.py
# B/W compat hack so code that says "import builtin" won't break after
# name change from builtin to __builtin__.
from __builtin__ import *
back to top