Staging
v0.5.1
Revision 5878b662de976e55dbb502752608cade58372b7a authored by cvs2svn on 09 May 1997, 03:21:44 UTC, committed by cvs2svn on 09 May 1997, 03:21:44 UTC
1 parent d0f2372
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