summaryrefslogtreecommitdiffstats
path: root/defaults.py.in
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2016-02-01 15:50:25 +0100
committerJan Pokorný <jpokorny@redhat.com>2016-02-01 23:54:54 +0100
commit118ef5e8645bdfc0901bc6a1d18224b29a2d0c5f (patch)
tree2979fc9182e125ba1090ca3acec9ce32a319b110 /defaults.py.in
parentc0b09cb25a4c2621deaa654d9532f939df069c30 (diff)
downloadclufter-118ef5e8645bdfc0901bc6a1d18224b29a2d0c5f.tar.gz
clufter-118ef5e8645bdfc0901bc6a1d18224b29a2d0c5f.tar.xz
clufter-118ef5e8645bdfc0901bc6a1d18224b29a2d0c5f.zip
Add infrastructure for "report bugs" reference
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'defaults.py.in')
-rw-r--r--defaults.py.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/defaults.py.in b/defaults.py.in
index b458199..741d3b6 100644
--- a/defaults.py.in
+++ b/defaults.py.in
@@ -1,5 +1,5 @@
# -*- coding: UTF-8 -*-
-# Copyright 2015 Red Hat, Inc.
+# Copyright 2016 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Some usage-agnostic constants"""
@@ -12,3 +12,5 @@ CCS_FLATTEN = '''@CCS_FLATTEN@!'''[:-1]
# also configurable via respective env. variables (see getenv_namespaced)
HASHALGO = '''@HASHALGO@!'''[:-1] # not for security
+
+REPORT_BUGS = '''@REPORT_BUGS@!'''[:-1]