summaryrefslogtreecommitdiffstats
path: root/defaults.py.in
blob: 3d437301e28da00c26918cd08cc610b248a74c0a (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: UTF-8 -*-
# Copyright 2014 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>"

EDITOR      = '@EDITOR@'
CCS_FLATTEN = '@CCS_FLATTEN@'