[Python-checkins] commit of r41675 - sandbox/trunk/setuptools/setuptools/command/install.py

phillip.eby python-checkins at python.org
Wed Dec 14 19:26:28 CET 2005


Author: phillip.eby
Date: Wed Dec 14 19:26:28 2005
New Revision: 41675

Modified:
   sandbox/trunk/setuptools/setuptools/command/install.py
Log:
Oops.


Modified: sandbox/trunk/setuptools/setuptools/command/install.py
==============================================================================
--- sandbox/trunk/setuptools/setuptools/command/install.py	(original)
+++ sandbox/trunk/setuptools/setuptools/command/install.py	Wed Dec 14 19:26:28 2005
@@ -26,7 +26,7 @@
         self.no_compile = None  # make DISTUTILS_DEBUG work right!
 
     def finalize_options(self):
-        _install.initialize_options(self)
+        _install.finalize_options(self)
         if self.single_version_externally_managed:
             if not self.root and not self.record:
                 raise DistutilsArgError(


More information about the Python-checkins mailing list