diff options
-rw-r--r-- | lesana/command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lesana/command.py b/lesana/command.py index 6914ca3..92f82df 100644 --- a/lesana/command.py +++ b/lesana/command.py @@ -6,7 +6,7 @@ import sys try: import argcomplete -except ImportError as e: +except ImportError: argcomplete = False from . import Collection, Entry, TemplatingError |