summaryrefslogtreecommitdiff
path: root/Params/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Params/__init__.py')
-rw-r--r--Params/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Params/__init__.py b/Params/__init__.py
index 85c029d..5f098a0 100644
--- a/Params/__init__.py
+++ b/Params/__init__.py
@@ -46,8 +46,6 @@ class Params(object):
instance = ParamFloat(d_hash[key], classname=classname)
elif d_hash[key]['type'] == "img_url":
instance = ParamImg_url(d_hash[key], classname=classname)
- self.__setattr__(key, instance)
- continue;
elif d_hash[key]['type'] == "int":
instance = ParamInt(d_hash[key], classname=classname)
elif d_hash[key]['type'] == "json":