summaryrefslogtreecommitdiffstats
path: root/ipsilon/util/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/util/constants.py')
-rw-r--r--ipsilon/util/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipsilon/util/constants.py b/ipsilon/util/constants.py
new file mode 100644
index 0000000..5de4cf8
--- /dev/null
+++ b/ipsilon/util/constants.py
@@ -0,0 +1,4 @@
+# Copyright (C) 2015 Ipsilon project Contributors, for license see COPYING
+
+SOAP_MEDIA_TYPE = 'application/soap+xml'
+XML_MEDIA_TYPE = 'text/xml'