diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-19 14:31:46 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-05-22 12:56:21 +0200 |
commit | 9b415b6423c7dd18fe9ffa302c3343dfa2314619 (patch) | |
tree | 186a80d4c6f1542a24084acafd286fc9385c7fc3 /src/leap/bitmask/vpn/_management.py | |
parent | 4c75ff68fe2b629c3f53b51a07ab20e6bfa52bf0 (diff) |
[refactor] remove env code
no need to setup LD_LIBRARY_PATH anymore, we're shipping a static
binary.
Diffstat (limited to 'src/leap/bitmask/vpn/_management.py')
-rw-r--r-- | src/leap/bitmask/vpn/_management.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/leap/bitmask/vpn/_management.py b/src/leap/bitmask/vpn/_management.py index 453b042..6e24f47 100644 --- a/src/leap/bitmask/vpn/_management.py +++ b/src/leap/bitmask/vpn/_management.py @@ -298,13 +298,6 @@ class VPNManagement(object): if self.is_connected(): return self._parse_status_and_notify(self._send_command("status")) - @property - def vpn_env(self): - """ - Return a dict containing the vpn environment to be used. - """ - return self._launcher.get_vpn_env() - def terminate_openvpn(self, shutdown=False): """ Attempts to terminate openvpn by sending a SIGTERM. |