Staging
v0.5.1
Revision c94d53db0e54d919ed3d37b85bd8d6e7f5a64a9e authored by cvs2svn on 11 October 1994, 15:44:53 UTC, committed by cvs2svn on 11 October 1994, 15:44:53 UTC
1 parent 7647b82
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