summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/cli/keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/cli/keys.py')
-rw-r--r--src/leap/bitmask/cli/keys.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/bitmask/cli/keys.py b/src/leap/bitmask/cli/keys.py
index 829dd46f..d74c40a8 100644
--- a/src/leap/bitmask/cli/keys.py
+++ b/src/leap/bitmask/cli/keys.py
@@ -22,11 +22,11 @@ import sys
from colorama import Fore
-from leap.bitmask.cli.command import appname, Command
+from leap.bitmask.cli import command
from leap.keymanager.validation import ValidationLevels
-class Keys(Command):
+class Keys(command.Command):
service = 'keys'
usage = '''{name} keys <subcommand>
@@ -38,7 +38,7 @@ SUBCOMMANDS:
export Export a given key
insert Insert a key to the key storage
delete Delete a key from the key storage
-'''.format(name=appname)
+'''.format(name=command.appname)
def list(self, raw_args):
parser = argparse.ArgumentParser(