summaryrefslogtreecommitdiff
path: root/Pb_Api/Param/Image_Url.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/Param/Image_Url.py
parent60b90c5c665201e1adcc6deb60b5ac5ff82314e0 (diff)
HUGE rename project
Diffstat (limited to 'Pb_Api/Param/Image_Url.py')
-rw-r--r--Pb_Api/Param/Image_Url.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Pb_Api/Param/Image_Url.py b/Pb_Api/Param/Image_Url.py
deleted file mode 100644
index bd22513..0000000
--- a/Pb_Api/Param/Image_Url.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from config import TEST_URL
-from Pb_Api.Param.String import Pb_Api_Param_String
-
-class Pb_Api_Param_Image_Url(Pb_Api_Param_String):
- def __init__(self, *args, **kwargs):
- super(Pb_Api_Param_Image_Url, self).__init__(*args, **kwargs)
- self.default(TEST_URL)