Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util/configwizard.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-05-22 18:17:54 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-05-22 18:17:54 (GMT)
commit237eae4e5ff586b9d3b87899520e2ba6bb71fb66 (patch)
treed1368767dea5cb4704990753560ef6a9f6e95454 /util/configwizard.py
parent11333cef29df63b60f56f61d66fb569f2471bf35 (diff)
pep8 and pyflakes cleanup
Diffstat (limited to 'util/configwizard.py')
-rw-r--r--util/configwizard.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/util/configwizard.py b/util/configwizard.py
index 6c66bd1..5194ac5 100644
--- a/util/configwizard.py
+++ b/util/configwizard.py
@@ -169,8 +169,7 @@ def test_wizard_from_config_file_obj(test_config_file):
{"item_label": "Password", "item_type": "text",
"item_name": "password"},
{"item_label": "Register", "item_type": "text",
- "item_name": "register"}
- ]
+ "item_name": "register"}]
config_w.set_config_items(config_items)
config_w.set_config_file_obj(c)
config_w.show()
@@ -206,8 +205,7 @@ def test_wizard_from_config_file_path(test_config_file):
{"item_label": "Password", "item_type": "text",
"item_name": "password"},
{"item_label": "Register", "item_type": "text",
- "item_name": "register"}
- ]
+ "item_name": "register"}]
config_w.set_config_items(config_items)
config_w.show(True)