aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorPhilip Thiem <ptthiem@gmail.com>2013-07-05 10:37:42 -0500
committerPhilip Thiem <ptthiem@gmail.com>2013-07-05 10:37:42 -0500
commit0c39ec94423bda77dc46dc6c82294cdfd7447f89 (patch)
treed3d0d96f5ea16d1035efbf597164a6ddd2a98e8d /setuptools/command/egg_info.py
parent5b7992850b0cddec9bc405042359cf751d970d59 (diff)
downloadexternal_python_setuptools-0c39ec94423bda77dc46dc6c82294cdfd7447f89.tar.gz
external_python_setuptools-0c39ec94423bda77dc46dc6c82294cdfd7447f89.tar.bz2
external_python_setuptools-0c39ec94423bda77dc46dc6c82294cdfd7447f89.zip
fixed some issues with OSError
have to emulate zipfile extract on py2.5 and earlier for tests --HG-- extra : rebase_source : c6ad4eab19a2a454b8b8043d88d9582168f617aa
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 cb557361..345ec8ae 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 .. import svn_utils
+from setuptools 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, \