summaryrefslogtreecommitdiffstats
path: root/layman/constants.py
diff options
context:
space:
mode:
authorBrian Dolbec <brian.dolbec@gmail.com>2011-02-13 01:30:24 -0800
committerBrian Dolbec <brian.dolbec@gmail.com>2011-02-13 01:30:24 -0800
commit306b419af140c6e1eb41a2114005b20b82a5332c (patch)
tree279a95fc85233550da52c622ffbde869d6439894 /layman/constants.py
parentbadca544dbd7e151e27b4f004962b139aa450ac3 (diff)
downloadlayman-306b419af140c6e1eb41a2114005b20b82a5332c.tar.gz
layman-306b419af140c6e1eb41a2114005b20b82a5332c.tar.bz2
layman-306b419af140c6e1eb41a2114005b20b82a5332c.zip
further simplify, reduce the number of functions
Diffstat (limited to 'layman/constants.py')
-rw-r--r--layman/constants.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/layman/constants.py b/layman/constants.py
index 7fc72ea..6962867 100644
--- a/layman/constants.py
+++ b/layman/constants.py
@@ -43,3 +43,10 @@ codes['turquoise'] = esc_seq + '36;01m'
NOT_OFFICIAL_MSG = '*** This is not an official gentoo overlay ***\n'
NOT_SUPPORTED_MSG = '*** You are lacking the necessary tools' +\
' to install this overlay ***\n'
+
+
+OFF = 0
+WARN_LEVEL = 4
+INFO_LEVEL = 4
+DEBUG_LEVEL = 4
+DEBUG_VERBOSITY = 2