summaryrefslogtreecommitdiffstats
path: root/command_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'command_context.py')
-rw-r--r--command_context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command_context.py b/command_context.py
index f251a44..fc8c7dd 100644
--- a/command_context.py
+++ b/command_context.py
@@ -7,7 +7,7 @@ __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
import logging
-from .utils import ClufterError
+from .error import ClufterError
log = logging.getLogger(__name__)