summaryrefslogtreecommitdiff
path: root/archivist/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivist/cli.py')
-rw-r--r--archivist/cli.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivist/cli.py b/archivist/cli.py
index 80b6094..0c74e3b 100644
--- a/archivist/cli.py
+++ b/archivist/cli.py
@@ -1,5 +1,7 @@
import click
+from .prefixes import query_pseudo_prefix, is_pseudo_prefix
+
CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'])
def enable_debug():