[Python-checkins] distutils2: fix import

tarek.ziade python-checkins at python.org
Sat Oct 23 22:36:31 CEST 2010


tarek.ziade pushed 480c0925d8e1 to distutils2:

http://hg.python.org/distutils2/rev/480c0925d8e1
changeset:   778:480c0925d8e1
user:        Tarek Ziade <tarek at ziade.org>
date:        Sat Oct 23 22:25:36 2010 +0200
summary:     fix import
files:       distutils2/tests/test_command_install_dist.py

diff --git a/distutils2/tests/test_command_install_dist.py b/distutils2/tests/test_command_install_dist.py
--- a/distutils2/tests/test_command_install_dist.py
+++ b/distutils2/tests/test_command_install_dist.py
@@ -13,7 +13,7 @@
 from distutils2.tests import captured_stdout
 
 from distutils2.command.install_dist import install_dist
-from distutils2.command import install as install_module
+from distutils2.command import install_dist as install_module
 from distutils2.core import Distribution
 from distutils2.errors import DistutilsOptionError
 

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list