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/pbgrid/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ricky/pbgrid/__init__.py (limited to 'ricky/pbgrid/__init__.py') 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 -- cgit v1.2.3-70-g09d2