Kaydet (Commit) 790a9b4c authored tarafından Brian Curtin's avatar Brian Curtin

Add a missing close paren

üst 9fa47eba
...@@ -859,7 +859,7 @@ def add_features(db): ...@@ -859,7 +859,7 @@ def add_features(db):
htmlfiles = Feature(db, "Documentation", "Documentation", htmlfiles = Feature(db, "Documentation", "Documentation",
"Python HTMLHelp File", 7, parent = default_feature) "Python HTMLHelp File", 7, parent = default_feature)
tools = Feature(db, "Tools", "Utility Scripts", tools = Feature(db, "Tools", "Utility Scripts",
"Python utility scripts (Tools/", 9, "Python utility scripts (Tools/)", 9,
parent = default_feature, attributes=2) parent = default_feature, attributes=2)
testsuite = Feature(db, "Testsuite", "Test suite", testsuite = Feature(db, "Testsuite", "Test suite",
"Python test suite (Lib/test/)", 11, "Python test suite (Lib/test/)", 11,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment