diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-30 16:04:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-30 16:04:57 +0100 |
commit | 8795f06d464700494234e589020e5e29854aeb8c (patch) | |
tree | f2525b646023e533f03d5c80240563b89ab5b152 /timer-applet/src/timerapplet/defs.py.in | |
parent | c8a85a6aa040c1d2505b957af4cfb4bd39466504 (diff) | |
parent | 064212a25bea1fcf8901cd0a1d55aae0899f627c (diff) | |
download | mate-applets-8795f06d464700494234e589020e5e29854aeb8c.tar.bz2 mate-applets-8795f06d464700494234e589020e5e29854aeb8c.tar.xz |
Merge branch 'dev-timer-applet'
Closes #45
https://github.com/mate-desktop/mate-applets/issues/45
Diffstat (limited to 'timer-applet/src/timerapplet/defs.py.in')
-rw-r--r-- | timer-applet/src/timerapplet/defs.py.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/timer-applet/src/timerapplet/defs.py.in b/timer-applet/src/timerapplet/defs.py.in deleted file mode 100644 index 55087654..00000000 --- a/timer-applet/src/timerapplet/defs.py.in +++ /dev/null @@ -1,7 +0,0 @@ -PACKAGE = '@PACKAGE@' -VERSION = '@VERSION@' -GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@' -LOCALE_DIR = '@LOCALEDIR@' -RESOURCES_DIR = '@RESOURCESDIR@' -IMAGES_DIR = '@IMAGESDIR@' - |