diff options
author | Guido van Rossum <guido@python.org> | 2001-07-17 15:45:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-07-17 15:45:08 (GMT) |
commit | b1a77dd248b6727113e86664ce0947cbee6cd156 (patch) | |
tree | 51d469d91d34c1beefa9d163752086532bf8f0f9 /Lib/builtin.py | |
parent | f8a17b14c4179f9ae28d6329ba7c5a2cf9d7eb3e (diff) | |
download | cpython-b1a77dd248b6727113e86664ce0947cbee6cd156.zip cpython-b1a77dd248b6727113e86664ce0947cbee6cd156.tar.gz cpython-b1a77dd248b6727113e86664ce0947cbee6cd156.tar.bz2 |
Deleting zombies
Diffstat (limited to 'Lib/builtin.py')
-rwxr-xr-x | Lib/builtin.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/builtin.py b/Lib/builtin.py deleted file mode 100755 index 710d825..0000000 --- a/Lib/builtin.py +++ /dev/null @@ -1,3 +0,0 @@ -# B/W compat hack so code that says "import builtin" won't break after -# name change from builtin to __builtin__. -from __builtin__ import * |