From 21b2e256c344659e2294bee33a68b5cb040b9234 Mon Sep 17 00:00:00 2001 From: Pepper Date: Sat, 7 Mar 2015 18:38:28 -0500 Subject: missing commit --- Pb_Api/ImGrid/__init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Pb_Api/ImGrid/__init__.py') diff --git a/Pb_Api/ImGrid/__init__.py b/Pb_Api/ImGrid/__init__.py index e69de29..0c238b9 100644 --- a/Pb_Api/ImGrid/__init__.py +++ b/Pb_Api/ImGrid/__init__.py @@ -0,0 +1,13 @@ +#!/usr/bin/python2.7 +from Pb_Api import Pb_Api +from Pb_Api.ImGrid.Params import ImGrid_Params +from config import IMPATTERN_URL + +class Pb_Api_ImPattern(Pb_Api): + def __init__(self): + self.url = IMPATTERN_URL + def request_new(self): + new_params = ImPattern_Params() + #new_params = self.get_from_server() + new_params.api = self + return new_params -- cgit v1.2.3-70-g09d2