summaryrefslogtreecommitdiff
path: root/src/leap/eip/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/eip/constants.py')
-rw-r--r--src/leap/eip/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/eip/constants.py b/src/leap/eip/constants.py
index 6161d744..31974926 100644
--- a/src/leap/eip/constants.py
+++ b/src/leap/eip/constants.py
@@ -1,5 +1,8 @@
EIP_CONFIG = "eip.json"
+# XXX deprecate. EIPConfig used instead
+# can move for testing purposes.
+
EIP_SAMPLE_JSON = {
"provider": "testprovider.example.org",
"transport": "openvpn",