diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-02 12:14:59 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-07-14 12:14:20 -0300 |
commit | 13c0b7cac822a33f7395e3f099a2d37251e2c759 (patch) | |
tree | dce4f3fa80a3b6e9fade199fdff30a5c055a8cab /src/leap/bitmask/config | |
parent | cf75e3575c33249a6f756dceb423c6ec7f6cd50e (diff) |
Ask the backend for the country code.
Remove global variable in favor of a helper method that returns the
country code.
Needed in order to split backend/frontend.
Diffstat (limited to 'src/leap/bitmask/config')
-rw-r--r-- | src/leap/bitmask/config/flags.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/leap/bitmask/config/flags.py b/src/leap/bitmask/config/flags.py index 2f3fdde4..6b70659d 100644 --- a/src/leap/bitmask/config/flags.py +++ b/src/leap/bitmask/config/flags.py @@ -55,5 +55,3 @@ OPENVPN_VERBOSITY = 1 # Skip the checks in the wizard, use for testing purposes only! SKIP_WIZARD_CHECKS = False - -CURRENT_VPN_COUNTRY = None |