summaryrefslogtreecommitdiffstats
path: root/layman/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/constants.py')
-rw-r--r--layman/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/layman/constants.py b/layman/constants.py
index 6962867..6f53de3 100644
--- a/layman/constants.py
+++ b/layman/constants.py
@@ -50,3 +50,6 @@ WARN_LEVEL = 4
INFO_LEVEL = 4
DEBUG_LEVEL = 4
DEBUG_VERBOSITY = 2
+
+FAILURE = 1
+SUCCEED = 0