From 312ba610a1e98fc656fb58178227d7d45a64494e Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 14 Nov 2011 18:24:48 -0300 Subject: initial --- invest-applet/invest/defs.py.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 invest-applet/invest/defs.py.in (limited to 'invest-applet/invest/defs.py.in') 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@" -- cgit v1.2.1