diff options
Diffstat (limited to 'invest-applet/invest/defs.py.in')
-rw-r--r-- | invest-applet/invest/defs.py.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/invest-applet/invest/defs.py.in b/invest-applet/invest/defs.py.in new file mode 100644 index 00000000..c674b1b4 --- /dev/null +++ b/invest-applet/invest/defs.py.in @@ -0,0 +1,8 @@ +DATA_DIR = "@DATADIR@" +LIB_DIR = "@LIBDIR@" +VERSION = "@VERSION@" +PACKAGE = "@PACKAGE@" +PYTHONDIR = "@PYTHONDIR@" +GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@" +MATELOCALEDIR = "@MATELOCALEDIR@" +BUILDERDIR = "@BUILDERDIR@" |