diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-01-31 23:13:45 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-02-23 00:37:28 +0100 |
commit | 8fb76310e14a5893397894c6155ac7aa4f28e483 (patch) | |
tree | 00739dd457c0681b33e0fa77729e62476a7f59dd /src/leap/bitmask/vpn/service.py | |
parent | 49fa0dd3d6c51d79096be1ac2ec3d897e607b399 (diff) |
[refactor] remove unneeded function
Diffstat (limited to 'src/leap/bitmask/vpn/service.py')
-rw-r--r-- | src/leap/bitmask/vpn/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/service.py b/src/leap/bitmask/vpn/service.py index 965d68d1..d83a9ef8 100644 --- a/src/leap/bitmask/vpn/service.py +++ b/src/leap/bitmask/vpn/service.py @@ -27,7 +27,7 @@ from twisted.python import log from leap.bitmask.hooks import HookableService from leap.bitmask.vpn import EIPManager -from leap.bitmask.vpn.utils import get_path_prefix +from leap.common.config import get_path_prefix class EIPService(HookableService): |