summaryrefslogtreecommitdiff
path: root/engine/python2/_config.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'engine/python2/_config.py.in')
-rw-r--r--engine/python2/_config.py.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/engine/python2/_config.py.in b/engine/python2/_config.py.in
index 4d5738b..d78d182 100644
--- a/engine/python2/_config.py.in
+++ b/engine/python2/_config.py.in
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2013 Red Hat, Inc.
+# Copyright (c) 2010-2016 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2016 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,10 +21,10 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-PKGDATADIR = '${PKGDATADIR}'
-LIBEXECDIR = '${LIBEXECDIR}'
-LOCALEDIR = '${DATADIR}/locale'
-LAYOUT = '${LAYOUT}'
-SYMBOL_CHAR = unichr(${SYMBOL_CHAR_INT})
-ICON_PREFERENCE = '${ICON_PREFERENCE}'
+PKGDATADIR = '@pkgdatadir@'
+LIBEXECDIR = '@libexecdir@'
+LOCALEDIR = '@datadir@/locale'
+LAYOUT = '@LAYOUT@'
+SYMBOL_CHAR = unichr(@SYMBOL_CHAR_INT@)
+ICON_PREFERENCE = '@ICON_PREFERENCE@'
DEBUG = False