mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
b3b09c97ce
changed testing of exec.
4 lines
140 B
Python
Executable File
4 lines
140 B
Python
Executable File
# B/W compat hack so code that says "import builtin" won't break after
|
|
# name change from builtin to __builtin__.
|
|
from __builtin__ import *
|