From 4bbd16182dab69da9ca7ad13309962af40529469 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 12 Jun 2012 17:49:56 +0200 Subject: add timer-applet --- timer-applet/src/timerapplet/defs.py.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 timer-applet/src/timerapplet/defs.py.in (limited to 'timer-applet/src/timerapplet/defs.py.in') diff --git a/timer-applet/src/timerapplet/defs.py.in b/timer-applet/src/timerapplet/defs.py.in new file mode 100644 index 00000000..55087654 --- /dev/null +++ b/timer-applet/src/timerapplet/defs.py.in @@ -0,0 +1,7 @@ +PACKAGE = '@PACKAGE@' +VERSION = '@VERSION@' +GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@' +LOCALE_DIR = '@LOCALEDIR@' +RESOURCES_DIR = '@RESOURCESDIR@' +IMAGES_DIR = '@IMAGESDIR@' + -- cgit v1.2.1