aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorPhilip Thiem <ptthiem@gmail.com>2013-07-05 08:23:44 -0500
committerPhilip Thiem <ptthiem@gmail.com>2013-07-05 08:23:44 -0500
commit5b7992850b0cddec9bc405042359cf751d970d59 (patch)
treead057268b4777750de6d967f0e2c14f81f4f73da /setuptools/command/egg_info.py
parentadb810246108bfe67f4ac92ab0f644d250cce515 (diff)
downloadexternal_python_setuptools-5b7992850b0cddec9bc405042359cf751d970d59.tar.gz
external_python_setuptools-5b7992850b0cddec9bc405042359cf751d970d59.tar.bz2
external_python_setuptools-5b7992850b0cddec9bc405042359cf751d970d59.zip
urlparse --> urllib.parse in py3
--HG-- extra : rebase_source : b845737250a36a725f75aa04109ea357f09955d0
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 345ec8ae..cb557361 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -9,7 +9,7 @@ from distutils.errors import *
from distutils import log
from setuptools.command.sdist import sdist
from setuptools.compat import basestring
-from setuptools import svn_utils
+from .. import svn_utils
from distutils.util import convert_path
from distutils.filelist import FileList as _FileList
from pkg_resources import parse_requirements, safe_name, parse_version, \