summaryrefslogtreecommitdiff
path: root/Pb_Api/ImGradient/__init__.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-09-30 00:54:23 -0700
committerpepperpepperpepper <pepper@scannerjammer.com>2015-09-30 00:54:23 -0700
commit20a896ed6a8d54c3e59baa33ce3fce7a26343c20 (patch)
tree9ab213b83ba029dff649bc4744ef41a6b5d7c54e /Pb_Api/ImGradient/__init__.py
parent60b90c5c665201e1adcc6deb60b5ac5ff82314e0 (diff)
HUGE rename project
Diffstat (limited to 'Pb_Api/ImGradient/__init__.py')
-rw-r--r--Pb_Api/ImGradient/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/Pb_Api/ImGradient/__init__.py b/Pb_Api/ImGradient/__init__.py
deleted file mode 100644
index 1f90bbe..0000000
--- a/Pb_Api/ImGradient/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/python2.7
-from Pb_Api import Pb_Api
-from Pb_Api.ImGradient.Params import ImGradient_Params
-from config import IMGRADIENT_URL
-
-class Pb_Api_ImGradient(Pb_Api):
- def __init__(self):
- self.url = IMGRADIENT_URL
- def params_init(self):
- new_params = ImGradient_Params()
- #new_params = self.get_from_server()
- new_params.api = self
- return new_params