aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/dist.py')
-rw-r--r--setuptools/dist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py
index ebcc12f9..590ea165 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -395,7 +395,7 @@ class Distribution(_Distribution):
self.run_command(cmd)
def install_eggs(self):
- from easy_install import easy_install
+ from setuptools.command.easy_install import easy_install
cmd = easy_install(self, args="x")
cmd.ensure_finalized() # finalize before bdist_egg munges install cmd
self.run_command('bdist_egg')