diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-04 16:16:35 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-04 16:16:35 -0700 |
| commit | 4f08494370d226b168f485253db2d87ef2da4222 (patch) | |
| tree | 45cb616da721e24cdde7112d7b80961393b15cad /ricky/imgradient/imgradient.py | |
| parent | 5521785e6c52dd4603699d057d62a5797844fd13 (diff) | |
cleanup
Diffstat (limited to 'ricky/imgradient/imgradient.py')
| -rw-r--r-- | ricky/imgradient/imgradient.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ricky/imgradient/imgradient.py b/ricky/imgradient/imgradient.py index c7be83d..b6c9a1b 100644 --- a/ricky/imgradient/imgradient.py +++ b/ricky/imgradient/imgradient.py @@ -1,8 +1,8 @@ -from ricky.api import Api +from ricky.api import Im from ricky.imgradient.params import ImGradientParams from ricky.config import IMGRADIENT_URL -class ImGradient(Api): +class ImGradient(Im): def __init__(self): self.url = IMGRADIENT_URL def params_init(self): |
