summaryrefslogtreecommitdiff
path: root/setuptools/command/bdist_egg.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-07-05 15:00:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-07-05 15:00:26 -0400
commit508f0f5134f3f5e87f53b7773086c8ecb30c527e (patch)
treec88ecb259ef29450e9a8fdbe18cdc196540326e5 /setuptools/command/bdist_egg.py
parentc4ecbd1e58a3384a5ab730450fa5487e48b68721 (diff)
downloadpython-setuptools-git-508f0f5134f3f5e87f53b7773086c8ecb30c527e.tar.gz
next compatibility is no longer required
Diffstat (limited to 'setuptools/command/bdist_egg.py')
-rw-r--r--setuptools/command/bdist_egg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/bdist_egg.py b/setuptools/command/bdist_egg.py
index 831d6042..34fdeec2 100644
--- a/setuptools/command/bdist_egg.py
+++ b/setuptools/command/bdist_egg.py
@@ -14,7 +14,7 @@ import textwrap
from pkg_resources import get_build_platform, Distribution, ensure_directory
from pkg_resources import EntryPoint
-from setuptools.compat import basestring, next
+from setuptools.compat import basestring
from setuptools.extension import Library
from setuptools import Command