repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Quick update to the README file. For intros and books we now point to
[python/dscho.git]
/
Lib
/
builtin.py
blob
710d8253a28fb0a1e4f20634e6c14d30dccb1222
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
*