diff options
author | Stefano Karapetsas <[email protected]> | 2012-06-12 17:49:56 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-06-12 17:49:56 +0200 |
commit | 4bbd16182dab69da9ca7ad13309962af40529469 (patch) | |
tree | c77202017ea3739f137a86f817bdb2ecef381f80 /timer-applet/src/timerapplet/defs.py.in | |
parent | c9b9454068f090a7132c6bea6ac07c91843ffb6e (diff) | |
download | mate-applets-4bbd16182dab69da9ca7ad13309962af40529469.tar.bz2 mate-applets-4bbd16182dab69da9ca7ad13309962af40529469.tar.xz |
add timer-applet
Diffstat (limited to 'timer-applet/src/timerapplet/defs.py.in')
-rw-r--r-- | timer-applet/src/timerapplet/defs.py.in | 7 |
1 files changed, 7 insertions, 0 deletions
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@' + |