summaryrefslogtreecommitdiffstats
path: root/base/vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/vars.py')
-rw-r--r--base/vars.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/vars.py b/base/vars.py
index 901fd49..070b86a 100644
--- a/base/vars.py
+++ b/base/vars.py
@@ -25,6 +25,8 @@ FEDORA_DIR = join(expanduser('~'), 'code')
DEVSHELL_DIR = join(expanduser('~'), '.devshell')
MOCK_CFG_DIR = '/etc/mock'
+DIFF_EXCLUDES_FILE = '/home/yankee/Projekten/fedora-devshell/diff.excludes'
+
header = lambda x: "%s %s %s" % ('=' * 2, x, '=' * (76 - len(x)))
prompt = ['\033[34;1mfedora\033[0m']