Make private_crt feature object a global variable.

This commit is contained in:
Martin v. Löwis 2008-04-07 14:54:16 +00:00
parent 54d489a97f
commit e411f8955f
1 changed files with 1 additions and 1 deletions

View 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")