summaryrefslogtreecommitdiffstats
path: root/defaults.py.in
blob: b45819936ac20a224cf279518c4f3a56228d362e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: UTF-8 -*-
# Copyright 2015 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