From 237eae4e5ff586b9d3b87899520e2ba6bb71fb66 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 May 2013 18:17:54 +0000 Subject: pep8 and pyflakes cleanup --- (limited to 'util/configwizard.py') 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) -- cgit v0.9.1