summaryrefslogtreecommitdiff
path: root/ricky/pbgrid/__init__.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-12-08 15:51:26 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-12-08 15:51:26 -0800
commit6c3c36e2e3670a3fc3b84f051558eb77ba6ff373 (patch)
treefb9640ad01068aed1831b73cc5855429733c8311 /ricky/pbgrid/__init__.py
parentd3bd099bc89bb06e0d2e569e6cbab9a932ef2237 (diff)
removed api class, simplified source tree
Diffstat (limited to 'ricky/pbgrid/__init__.py')
-rw-r--r--ricky/pbgrid/__init__.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/ricky/pbgrid/__init__.py b/ricky/pbgrid/__init__.py
deleted file mode 100644
index ed195d0..0000000
--- a/ricky/pbgrid/__init__.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from ricky.pb import Pb
-from ricky.pbgrid.params import Params
-
-
-class PbGrid(Pb):
- def __init__(self):
- pass
-
- def params_init(self):
- new_params = Params()
- new_params.api = self
- return new_params