summaryrefslogtreecommitdiff
path: root/ptr.py
diff options
context:
space:
mode:
Diffstat (limited to 'ptr.py')
-rw-r--r--ptr.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ptr.py b/ptr.py
index cf45e68..a81a619 100644
--- a/ptr.py
+++ b/ptr.py
@@ -10,12 +10,6 @@ import operator as _operator
import itertools as _itertools
import warnings as _warnings
-try:
- # ensure that map has the same meaning on Python 2
- from future_builtins import map
-except ImportError:
- pass
-
import pkg_resources
import setuptools.command.test as orig
from setuptools import Distribution