summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/fw
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-04-04 01:43:52 +0200
committerRuben Pollan <meskio@sindominio.net>2018-04-11 16:40:11 +0200
commit0607379f8105c2e1a706618ca0f28d9f8e135312 (patch)
tree6807df94205b9efb18527ff373047676859232b0 /src/leap/bitmask/vpn/fw
parent3169015c5f5eaed5f2ad48e486b1fe96e1eb6bbe (diff)
[style] pep8
Diffstat (limited to 'src/leap/bitmask/vpn/fw')
-rw-r--r--src/leap/bitmask/vpn/fw/firewall.py6
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):