Quick update to the README file. For intros and books we now point to
[python/dscho.git] / Lib / builtin.py
blob710d8253a28fb0a1e4f20634e6c14d30dccb1222
1 # B/W compat hack so code that says "import builtin" won't break after
2 # name change from builtin to __builtin__.
3 from __builtin__ import *