summaryrefslogtreecommitdiffstats
path: root/base/vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/vars.py')
-rw-r--r--base/vars.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/vars.py b/base/vars.py
index 231322a..901fd49 100644
--- a/base/vars.py
+++ b/base/vars.py
@@ -23,6 +23,7 @@ __description__ = 'A shell for hacking on the Fedora project'
FEDORA_DIR = join(expanduser('~'), 'code')
DEVSHELL_DIR = join(expanduser('~'), '.devshell')
+MOCK_CFG_DIR = '/etc/mock'
header = lambda x: "%s %s %s" % ('=' * 2, x, '=' * (76 - len(x)))
prompt = ['\033[34;1mfedora\033[0m']