summaryrefslogtreecommitdiff
path: root/ricky/pbgradient/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ricky/pbgradient/__init__.py')
-rw-r--r--ricky/pbgradient/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/ricky/pbgradient/__init__.py b/ricky/pbgradient/__init__.py
deleted file mode 100644
index 3de11f4..0000000
--- a/ricky/pbgradient/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-"""class for the imgradient api handler"""
-from ricky.pb import Pb
-from ricky.pbgradient.params import Params
-
-
-class PbGradient(Pb):
- def __init__(self):
- super(PbGradient, self).__init__()
-
- def params_init(self):
- new_params = Params()
- new_params.api = self
- return new_params