summaryrefslogtreecommitdiffstats
path: root/command_context.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-01-27 14:17:23 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-01-27 23:17:25 +0100
commitabfb91d87a57970315504508dd094b9f5cdba489 (patch)
tree4b038e0b4898aba023edf2c8ddcb614b679e8889 /command_context.py
parentce201e6299a08fe29fe0e4af3d8b2a30f4f67b2c (diff)
downloadclufter-abfb91d87a57970315504508dd094b9f5cdba489.tar.gz
clufter-abfb91d87a57970315504508dd094b9f5cdba489.tar.xz
clufter-abfb91d87a57970315504508dd094b9f5cdba489.zip
Move base exceptions and exit codes to separate error.py
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
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__)