~ubuntu-branches/ubuntu/hardy/deskbar-applet/hardy-updates

« back to all changes in this revision

Viewing changes to deskbar/defs.py

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-06-04 15:20:35 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604152035-35cutb9tdqp17won
Tags: 2.19.3-0ubuntu1
* New Upstream Release
  - Fixed watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DATA_DIR = "/usr/share"
2
2
LIB_DIR = "/usr/lib"
3
 
VERSION = "2.18.1"
 
3
VERSION = "2.19.3"
4
4
PACKAGE = "deskbar-applet"
5
5
PYTHONDIR = "/usr/lib/python2.5/site-packages"