Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
511281ac00691f4b68d1606c65b9e732391feebc
/
.
/
Lib
/
builtin.py
blob: 710d8253a28fb0a1e4f20634e6c14d30dccb1222 [
file
] [
log
] [
blame
]
# B/W compat hack so code that says "import builtin" won't break after
# name change from builtin to __builtin__.
from
__builtin__
import
*