summaryrefslogtreecommitdiff
path: root/Params/__init__.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-09-16 17:29:45 -0700
committeryo mama <pepper@scannerjammer.com>2015-09-16 17:29:45 -0700
commit68bfd066a588407d86d50bf384ba10f1d1a7ad88 (patch)
treeddd1b2e8d1c45d354a4b7fbbbac839b9e1e41477 /Params/__init__.py
parent95998e066b05b6f006e2497267801e93db347717 (diff)
going back
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":