summaryrefslogtreecommitdiff
path: root/ricky/imgrid/__init__.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-12-06 17:30:20 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-12-06 17:30:20 -0800
commit8ebd9d7eb7b3289a722cdae6a4bdcdd4cd21ff86 (patch)
treeed19bc96ee19653c09ef1d29df9c1cc9ef9e5d49 /ricky/imgrid/__init__.py
parent86f6c859270a37d600292a7bc7c99dc7f8fa70f8 (diff)
cleaned up names
Diffstat (limited to 'ricky/imgrid/__init__.py')
-rw-r--r--ricky/imgrid/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/ricky/imgrid/__init__.py b/ricky/imgrid/__init__.py
deleted file mode 100644
index e977115..0000000
--- a/ricky/imgrid/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from ricky.im import Im
-from ricky.imgrid.params import Params
-from ricky.config import IMGRID_URL
-
-
-class ImGrid(Im):
- def __init__(self):
- self.url = IMGRID_URL
-
- def params_init(self):
- new_params = Params()
- # new_params = self.get_from_server()
- new_params.api = self
- return new_params