summaryrefslogtreecommitdiff
path: root/plugin.video.eurosportplayer/resources/lib/simple_requests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.eurosportplayer/resources/lib/simple_requests/__init__.py')
-rw-r--r--plugin.video.eurosportplayer/resources/lib/simple_requests/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin.video.eurosportplayer/resources/lib/simple_requests/__init__.py b/plugin.video.eurosportplayer/resources/lib/simple_requests/__init__.py
new file mode 100644
index 0000000..fa1fd74
--- /dev/null
+++ b/plugin.video.eurosportplayer/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