From f72d7dc6a5a926f56790151e3dde36eaf7978ba0 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sun, 6 Dec 2015 17:31:00 -0800 Subject: cleaned up names --- ricky/pbpattern/__init__.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 ricky/pbpattern/__init__.py (limited to 'ricky/pbpattern/__init__.py') diff --git a/ricky/pbpattern/__init__.py b/ricky/pbpattern/__init__.py new file mode 100755 index 0000000..fe475cb --- /dev/null +++ b/ricky/pbpattern/__init__.py @@ -0,0 +1,14 @@ +from ricky.pb import Pb +from ricky.pbpattern.params import Params +from ricky.config import IMPATTERN_URL + + +class PbPattern(Pb): + def __init__(self): + self.url = IMPATTERN_URL + + def params_init(self): + new_params = Params() + # new_params = self.get_from_server() + new_params.api = self + return new_params -- cgit v1.2.3-70-g09d2