From 6c3c36e2e3670a3fc3b84f051558eb77ba6ff373 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Tue, 8 Dec 2015 15:51:26 -0800 Subject: removed api class, simplified source tree --- ricky/pbgradient/__init__.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ricky/pbgradient/__init__.py (limited to 'ricky/pbgradient/__init__.py') 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 -- cgit v1.2.3-70-g09d2