]> granicus.if.org Git - python/commitdiff
Make private_crt feature object a global variable.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 7 Apr 2008 14:54:16 +0000 (14:54 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 7 Apr 2008 14:54:16 +0000 (14:54 +0000)
Tools/msi/msi.py

index 7414564e4d16e33087faf101226fd16ba983e980..e41bf00d0aae42f5407f7e4b77628596aa6e1b44 100644 (file)
@@ -794,7 +794,7 @@ def add_features(db):
     # (i.e. additional Python libraries) need to follow the parent feature.
     # Features that have no advertisement trigger (e.g. the test suite)
     # must not support advertisement
-    global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature
+    global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature, private_crt
     default_feature = Feature(db, "DefaultFeature", "Python",
                               "Python Interpreter and Libraries",
                               1, directory = "TARGETDIR")