diff options
author | kali <kali@leap.se> | 2012-08-29 23:05:38 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-29 23:05:38 +0900 |
commit | ed4ad3a392caf0211e51a48d2d7b6c5a2f7bb17a (patch) | |
tree | 55958957a27f3784aef99f122673852becb4c1c2 /src/leap/eip/constants.py | |
parent | 63c0b7aa3ded55426a834d0a5947fff798894c6b (diff) |
add eipconfig spec and config object
Diffstat (limited to 'src/leap/eip/constants.py')
-rw-r--r-- | src/leap/eip/constants.py | 3 |
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", |