diff options
Diffstat (limited to 'src/leap/bitmask/vpn/fw')
-rw-r--r-- | src/leap/bitmask/vpn/fw/firewall.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/leap/bitmask/vpn/fw/firewall.py b/src/leap/bitmask/vpn/fw/firewall.py index cc5d76d0..2a0300cf 100644 --- a/src/leap/bitmask/vpn/fw/firewall.py +++ b/src/leap/bitmask/vpn/fw/firewall.py @@ -102,10 +102,12 @@ class _LinuxFirewallManager(object): else: if os.path.isfile(BITMASK_ROOT_SYSTEM): # we can be running from the debian package, - # or some other distro. it's the maintainer responsibility to put bitmask-root there. + # or some other distro. it's the maintainer responsibility to put + # bitmask-root there. BITMASK_ROOT = BITMASK_ROOT_SYSTEM else: - # as a last case, we fall back to installing into the /usr/local/sbin version. + # as a last case, we fall back to installing into the + # /usr/local/sbin version. BITMASK_ROOT = BITMASK_ROOT_LOCAL def __init__(self, remotes): |