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/manager.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/leap/bitmask/vpn/manager.py') diff --git a/src/leap/bitmask/vpn/manager.py b/src/leap/bitmask/vpn/manager.py index abadc00..bf511b3 100644 --- a/src/leap/bitmask/vpn/manager.py +++ b/src/leap/bitmask/vpn/manager.py @@ -27,9 +27,8 @@ from ._config import _TempEIPConfig, _TempProviderConfig from .constants import IS_WIN - # TODO this is very badly named. There is another class that is called -# manager. This +# manager. This class VPNManager(object): @@ -81,7 +80,6 @@ class VPNManager(object): result = self._vpn.stop(False, False) # TODO review params return result - @property def status(self): return self._vpn.status @@ -90,7 +88,6 @@ class VPNManager(object): def traffic_status(self): return self._vpn.traffic_status - def _get_management_location(self): """ Return a tuple with the host (socket) and port to be used for VPN. -- cgit v1.2.3