From 0607379f8105c2e1a706618ca0f28d9f8e135312 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 4 Apr 2018 01:43:52 +0200 Subject: [style] pep8 --- src/leap/bitmask/vpn/fw/firewall.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/leap/bitmask/vpn/fw') 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): -- cgit v1.2.3