diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-09-30 00:54:23 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-09-30 00:54:23 -0700 |
| commit | 20a896ed6a8d54c3e59baa33ce3fce7a26343c20 (patch) | |
| tree | 9ab213b83ba029dff649bc4744ef41a6b5d7c54e /Pb_Api/Param/Option.py | |
| parent | 60b90c5c665201e1adcc6deb60b5ac5ff82314e0 (diff) | |
HUGE rename project
Diffstat (limited to 'Pb_Api/Param/Option.py')
| -rw-r--r-- | Pb_Api/Param/Option.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Pb_Api/Param/Option.py b/Pb_Api/Param/Option.py deleted file mode 100644 index 2a345e7..0000000 --- a/Pb_Api/Param/Option.py +++ /dev/null @@ -1,9 +0,0 @@ -class Pb_Api_Param_Option(dict): - def __init__(self, **kwargs): - super(Pb_Api_Param_Option, self).__init__(**kwargs) - self.value = kwargs["value"] - self.weight = kwargs["weight"] - def __getattr__(self, attr): - return self.get(attr) - __setattr__= dict.__setitem__ - __delattr__= dict.__delitem__ |
