summaryrefslogtreecommitdiffstats
path: root/defaults.py.in
blob: 741d3b6ab9deab00ca13adb5651b4ab87a6f6f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: UTF-8 -*-
# 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"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"

# trailing bang subsequently removed, prevents premature ''' lex. match in value

EDITOR      = '''@EDITOR@!'''[:-1]
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]