summaryrefslogtreecommitdiff
path: root/Pb_Api/ImBreak/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pb_Api/ImBreak/__init__.py')
-rw-r--r--Pb_Api/ImBreak/__init__.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/Pb_Api/ImBreak/__init__.py b/Pb_Api/ImBreak/__init__.py
deleted file mode 100644
index 7836f2e..0000000
--- a/Pb_Api/ImBreak/__init__.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/python2.7
-from Pb_Api import Pb_Api
-from Pb_Api.ImBreak.Params import ImBreak_Params
-from config import IMBREAK_URL
-
-class Pb_Api_ImBreak(Pb_Api):
- def __init__(self):
- self.url = IMBREAK_URL
- def params_init(self):
- new_params = ImBreak_Params()
- #new_params = self.get_from_server()
- new_params.api = self
- return new_params