From fd9512897c738c5fc3e54fd14cb751cc0ed4bfa1 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 10 Jan 2016 00:09:25 -0500 Subject: [PATCH] moved attrs into property --- gooey/gui/model.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gooey/gui/model.py b/gooey/gui/model.py index 18b9f38..0f683b4 100644 --- a/gooey/gui/model.py +++ b/gooey/gui/model.py @@ -131,10 +131,6 @@ class MyModel(object): self.argument_groups = self.wrap(self.build_spec.get('widgets', {})) self.active_group = iter(self.argument_groups).next() - # reqs, opts = self.group_arguments(self.argument_groups[self.active_group]['contents']) - # self._required_args = reqs - # self._optional_args = opts - self.text_states = { States.CONFIGURING: { 'title': _("settings_title"),