diff options
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/bitmask/vpn/_management.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/bitmask/vpn/_management.py b/src/leap/bitmask/vpn/_management.py index c06c1d91..14daa48e 100644 --- a/src/leap/bitmask/vpn/_management.py +++ b/src/leap/bitmask/vpn/_management.py @@ -34,8 +34,7 @@ class ImproperlyConfigured(Exception): class VPNManagement(object): """ - This is a mixin that we use in the VPNProcess class. - Here we get together all methods related with the openvpn management + A class to handle the communication with the openvpn management interface. For more info about management methods:: |