diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-04 17:35:12 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-04 17:35:12 -0700 |
| commit | 69845d6d9594db1b1ed22a47c2042c48ef98b495 (patch) | |
| tree | d472a96b890aec5c438a0752eeba8d2bab59002e /ricky/imgradient/imgradient.py | |
| parent | 4f08494370d226b168f485253db2d87ef2da4222 (diff) | |
made some small fixes
Diffstat (limited to 'ricky/imgradient/imgradient.py')
| -rw-r--r-- | ricky/imgradient/imgradient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/imgradient/imgradient.py b/ricky/imgradient/imgradient.py index b6c9a1b..bc04615 100644 --- a/ricky/imgradient/imgradient.py +++ b/ricky/imgradient/imgradient.py @@ -1,4 +1,4 @@ -from ricky.api import Im +from ricky.im import Im from ricky.imgradient.params import ImGradientParams from ricky.config import IMGRADIENT_URL |
