Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
dbd9ba6a6c19c3d06f5684b3384a934f740038db
/
.
/
Lib
/
builtin.py
blob: 710d8253a28fb0a1e4f20634e6c14d30dccb1222 [
file
]
# B/W compat hack so code that says "import builtin" won't break after
# name change from builtin to __builtin__.
from
__builtin__
import
*