summaryrefslogtreecommitdiff
path: root/lib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/__init__.py')
-rw-r--r--lib/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/__init__.py b/lib/__init__.py
deleted file mode 100644
index 6a03273..0000000
--- a/lib/__init__.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import sys
-
-if sys.version_info[0] >= 3:
- # Python 3 compatibility
- __builtins__['xrange'] = range