diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 15:51:26 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 15:51:26 -0800 |
| commit | 6c3c36e2e3670a3fc3b84f051558eb77ba6ff373 (patch) | |
| tree | fb9640ad01068aed1831b73cc5855429733c8311 /ricky/pbgradient/__init__.py | |
| parent | d3bd099bc89bb06e0d2e569e6cbab9a932ef2237 (diff) | |
removed api class, simplified source tree
Diffstat (limited to 'ricky/pbgradient/__init__.py')
| -rw-r--r-- | ricky/pbgradient/__init__.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ricky/pbgradient/__init__.py b/ricky/pbgradient/__init__.py deleted file mode 100644 index 3de11f4..0000000 --- a/ricky/pbgradient/__init__.py +++ /dev/null @@ -1,13 +0,0 @@ -"""class for the imgradient api handler""" -from ricky.pb import Pb -from ricky.pbgradient.params import Params - - -class PbGradient(Pb): - def __init__(self): - super(PbGradient, self).__init__() - - def params_init(self): - new_params = Params() - new_params.api = self - return new_params |
