[PEAK] Small typo/bug in setuptools/tests/__init__.py
Pavel Repin
prepin+peak at gmail.com
Wed Feb 25 12:54:46 EST 2009
Here's the problem (in the code that resets
'distutils.core._setup_stop_after' global variable):
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py
index 3c4f3cb..9162d3a 100644
--- a/setuptools/tests/__init__.py
+++ b/setuptools/tests/__init__.py
@@ -34,7 +34,7 @@ def makeSetup(**args):
try:
return setuptools.setup(**args)
finally:
- distutils.core_setup_stop_after = None
+ distutils.core._setup_stop_after = None
Here are my checkout details:
URL: http://svn.python.org/projects/sandbox/trunk/setuptools
Repository Root: http://svn.python.org/projects
Revision: 66608
--
Pavel Repin
More information about the PEAK
mailing list