Staging
v0.5.1
Revision 8c83ec63f59b5a9512f907aa4f2c63d3ed7af7a0 authored by cvs2svn on 16 April 2001, 02:07:08 UTC, committed by cvs2svn on 16 April 2001, 02:07:08 UTC
1 parent 16e809e
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