Staging
v0.8.1
Revision c7afd2c7bbdbb0b9bb47f0eb088285aec8ec7414 authored by cvs2svn on 08 April 1999, 20:50:27 UTC, committed by cvs2svn on 08 April 1999, 20:50:27 UTC
1 parent 6804b7a
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