summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/vpn/tunnel.py
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2017-06-29 17:03:08 +0200
committerRuben Pollan <meskio@sindominio.net>2017-07-20 21:37:03 +0200
commit05cdff086cfa4b4770d1d1af50b1f462e09b1632 (patch)
tree298d8cdf8c18c8233846c55f2dda0c0f012e95a3 /src/leap/bitmask/vpn/tunnel.py
parentd18de54f1fe00c0f7cfa3be64faed9863e248231 (diff)
[refactor] rename VPNTunnel to TunnelManager
So it's coherent with FirewallManager. - Related: #8942
Diffstat (limited to 'src/leap/bitmask/vpn/tunnel.py')
-rw-r--r--src/leap/bitmask/vpn/tunnel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/tunnel.py b/src/leap/bitmask/vpn/tunnel.py
index 70b4be0e..c62d0670 100644
--- a/src/leap/bitmask/vpn/tunnel.py
+++ b/src/leap/bitmask/vpn/tunnel.py
@@ -37,7 +37,7 @@ from .constants import IS_WIN
# TODO ConfiguredVPNConnection ?
-class VPNTunnel(object):
+class TunnelManager(object):
"""
A VPN Tunnel holds the configuration for a VPN connection, and allows to