]> granicus.if.org Git - python/commitdiff
Add forgotten initialization. Fixes bug #120994, "Traceback with
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 20 Dec 2000 00:48:12 +0000 (00:48 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 20 Dec 2000 00:48:12 +0000 (00:48 +0000)
    DISTUTILS_DEBUG set"

Lib/distutils/command/install.py

index 6aee1b35d9ff0f5c2a20b7bcd77bcdac4990bbda..806da01afa4f1575ef645fc7f15a9a53da69f183 100644 (file)
@@ -146,6 +146,7 @@ class install (Command):
         self.install_data = None
 
         self.compile = None
+        self.no_compile = None
         self.optimize = None
 
         # These two are for putting non-packagized distributions into their