summaryrefslogtreecommitdiff
path: root/plugin.video.dazn/resources/lib/simple_requests/__init__.py
diff options
context:
space:
mode:
authorJinRonin <jin@xyz.de>2018-01-01 09:29:44 +0100
committerMartijn Kaijser <martijn@xbmc.org>2018-01-01 16:57:30 +0100
commit36eec828383724d8196a66eecfa124c198d32bc3 (patch)
tree9b217073c9b1e1f7a59fc7502b3f548b962bf161 /plugin.video.dazn/resources/lib/simple_requests/__init__.py
parent5e1d17ee44e15d785a8b13e2827ea729332828bb (diff)
[plugin.video.dazn] 1.0.6
Diffstat (limited to 'plugin.video.dazn/resources/lib/simple_requests/__init__.py')
-rw-r--r--plugin.video.dazn/resources/lib/simple_requests/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin.video.dazn/resources/lib/simple_requests/__init__.py b/plugin.video.dazn/resources/lib/simple_requests/__init__.py
new file mode 100644
index 0000000..fa1fd74
--- /dev/null
+++ b/plugin.video.dazn/resources/lib/simple_requests/__init__.py
@@ -0,0 +1,6 @@
+__author__ = 'bromix'
+
+__ALL__ = ['get', 'post', 'put', 'delete', 'head', 'codes']
+
+from .constants import codes
+from api import get, post, put, delete, head