summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/widget_automation.py
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 21:18:29 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 21:18:29 +0300
commita48f1c7a7a9dc1d0563f852b0fc9d506044a00fe (patch)
tree8bf5874fa7c8eaf855d1c94c77a7a6402cc5ea84 /funcweb/funcweb/widget_automation.py
parentb5c8fc4523039556152c5e49fe01a122103487d0 (diff)
downloadfunc-a48f1c7a7a9dc1d0563f852b0fc9d506044a00fe.tar.gz
func-a48f1c7a7a9dc1d0563f852b0fc9d506044a00fe.tar.xz
func-a48f1c7a7a9dc1d0563f852b0fc9d506044a00fe.zip
remove the weird duplication in widget.display
Diffstat (limited to 'funcweb/funcweb/widget_automation.py')
-rw-r--r--funcweb/funcweb/widget_automation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcweb/funcweb/widget_automation.py b/funcweb/funcweb/widget_automation.py
index e27d865..68b4108 100644
--- a/funcweb/funcweb/widget_automation.py
+++ b/funcweb/funcweb/widget_automation.py
@@ -31,7 +31,6 @@ class WidgetListFactory(object):
'default_value':"TextArea"}
}
#will contain the input widget created in that class
- __widget_list={}
def __init__(self,argument_dict):
"""
@@ -43,7 +42,8 @@ class WidgetListFactory(object):
"""
self.__argument_dict = argument_dict
-
+ self.__widget_list={}
+
def __add_general_widget(self):
#key is the argument_name and the argument are options