Implement ECP in Ipsilon
[cascardo/ipsilon.git] / ipsilon / util / constants.py
diff --git a/ipsilon/util/constants.py b/ipsilon/util/constants.py
new file mode 100644 (file)
index 0000000..5de4cf8
--- /dev/null
@@ -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'