diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 12:56:21 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 12:56:21 -0800 |
| commit | f2bdf5dbdb85ec0317e341f8963c21053624f479 (patch) | |
| tree | 70b383f4d6bbf1dd8a390703d8adcc2f7fd8d089 /ricky/pbgradient/__init__.py | |
| parent | 0b994e3b71c2c0b463d100edd07745af565c7a59 (diff) | |
phasing out the api class
Diffstat (limited to 'ricky/pbgradient/__init__.py')
| -rw-r--r-- | ricky/pbgradient/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ricky/pbgradient/__init__.py b/ricky/pbgradient/__init__.py index 96b15a5..3de11f4 100644 --- a/ricky/pbgradient/__init__.py +++ b/ricky/pbgradient/__init__.py @@ -1,13 +1,11 @@ """class for the imgradient api handler""" from ricky.pb import Pb from ricky.pbgradient.params import Params -from ricky.config import IMGRADIENT_URL class PbGradient(Pb): def __init__(self): super(PbGradient, self).__init__() - self.url = IMGRADIENT_URL def params_init(self): new_params = Params() |
