diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 13:37:08 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-29 13:37:08 -0500 |
| commit | 02b5adcc7ff26f6eaf024ec46f22b0c26c8f9c0b (patch) | |
| tree | 06ca1762cc526dd44bcee78c56c01f7588168065 | |
| parent | 01ca6210955b4a0fcb1e887d7b156c923e5d3eff (diff) | |
| download | python-setuptools-git-02b5adcc7ff26f6eaf024ec46f22b0c26c8f9c0b.tar.gz | |
Remove duplicate import
| -rw-r--r-- | setuptools/tests/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py index 48b29c4c..e5d6545a 100644 --- a/setuptools/tests/__init__.py +++ b/setuptools/tests/__init__.py @@ -11,7 +11,6 @@ from distutils.core import Extension from distutils.version import LooseVersion from setuptools.compat import func_code -from setuptools.compat import func_code import setuptools.dist import setuptools.depends as dep from setuptools import Feature |
