summaryrefslogtreecommitdiffstats
path: root/Lib/builtin.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/builtin.py')
-rwxr-xr-xLib/builtin.py3
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 *