From 9d7de357a114812c0ed1e04b97ef59b41a40fa47 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 7 Feb 2017 10:18:38 +0100 Subject: [style] pep8 --- src/leap/bitmask/vpn/launchers/linux.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/leap/bitmask/vpn/launchers/linux.py') diff --git a/src/leap/bitmask/vpn/launchers/linux.py b/src/leap/bitmask/vpn/launchers/linux.py index f99c5c78..b54790f2 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 -- cgit v1.2.3