Add a missing close paren

This commit is contained in:
Brian Curtin 2012-04-25 23:38:05 -05:00
parent 9fa47ebafe
commit 790a9b4c19
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ def add_features(db):
htmlfiles = Feature(db, "Documentation", "Documentation",
"Python HTMLHelp File", 7, parent = default_feature)
tools = Feature(db, "Tools", "Utility Scripts",
"Python utility scripts (Tools/", 9,
"Python utility scripts (Tools/)", 9,
parent = default_feature, attributes=2)
testsuite = Feature(db, "Testsuite", "Test suite",
"Python test suite (Lib/test/)", 11,