diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-03-07 18:38:28 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-03-07 18:38:28 -0500 |
| commit | 21b2e256c344659e2294bee33a68b5cb040b9234 (patch) | |
| tree | 04d40d88ae9faab20ae671af6396eec0ee668981 /Pb_Api/ImGrid/__init__.py | |
| parent | 107b40de0a2a7bcb6abcebb9aabd0f5bb7dabb4b (diff) | |
missing commit
Diffstat (limited to 'Pb_Api/ImGrid/__init__.py')
| -rw-r--r-- | Pb_Api/ImGrid/__init__.py | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
