From 790a9b4c193a9f3323138a8c1c1d074a6b6289f0 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 25 Apr 2012 23:38:05 -0500 Subject: Add a missing close paren --- Tools/msi/msi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 77489dc..ce67978 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -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, -- cgit v0.12