diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-07 10:18:38 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-23 00:40:41 +0100 |
commit | 9d7de357a114812c0ed1e04b97ef59b41a40fa47 (patch) | |
tree | 22118a7b418872cceee01fb4df923a86fdc1557b /src/leap/bitmask/vpn/launchers/linux.py | |
parent | dd7c63bd9ca5570d9a924d131c4786ffd15e2d2d (diff) |
[style] pep8
Diffstat (limited to 'src/leap/bitmask/vpn/launchers/linux.py')
-rw-r--r-- | src/leap/bitmask/vpn/launchers/linux.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/leap/bitmask/vpn/launchers/linux.py b/src/leap/bitmask/vpn/launchers/linux.py index f99c5c7..b54790f 100644 --- a/src/leap/bitmask/vpn/launchers/linux.py +++ b/src/leap/bitmask/vpn/launchers/linux.py @@ -46,10 +46,6 @@ class EIPNoPkexecAvailable(VPNLauncherException): pass -SYSTEM_CONFIG = "/etc/leap" -leapfile = lambda f: "%s/%s" % (SYSTEM_CONFIG, f) - - class LinuxVPNLauncher(VPNLauncher): # The following classes depend on force_eval to be called against |