diff options
Diffstat (limited to 'src/leap/bitmask/core/dummy.py')
-rw-r--r-- | src/leap/bitmask/core/dummy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/core/dummy.py b/src/leap/bitmask/core/dummy.py index 64ae2b6..455756c 100644 --- a/src/leap/bitmask/core/dummy.py +++ b/src/leap/bitmask/core/dummy.py @@ -19,7 +19,7 @@ An authoritative dummy backend for tests. """ import json -from leap.common.service_hooks import HookableService +from leap.bitmask.hooks import HookableService class BackendCommands(object): |