diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 12:56:21 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-08 12:56:21 -0800 |
| commit | f2bdf5dbdb85ec0317e341f8963c21053624f479 (patch) | |
| tree | 70b383f4d6bbf1dd8a390703d8adcc2f7fd8d089 /ricky/pbgrid/__init__.py | |
| parent | 0b994e3b71c2c0b463d100edd07745af565c7a59 (diff) | |
phasing out the api class
Diffstat (limited to 'ricky/pbgrid/__init__.py')
| -rw-r--r-- | ricky/pbgrid/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ricky/pbgrid/__init__.py b/ricky/pbgrid/__init__.py index d94b0a1..ed195d0 100644 --- a/ricky/pbgrid/__init__.py +++ b/ricky/pbgrid/__init__.py @@ -1,11 +1,10 @@ from ricky.pb import Pb from ricky.pbgrid.params import Params -from ricky.config import IMGRID_URL class PbGrid(Pb): def __init__(self): - self.url = IMGRID_URL + pass def params_init(self): new_params = Params() |
