~ubuntu-branches/ubuntu/hardy/gnome-applets/hardy-updates

« back to all changes in this revision

Viewing changes to invest-applet/invest/defs.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 17:28:19 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20070917172819-gqce4e7ba1zsam7x
Tags: 2.20.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DATA_DIR = "/gnome/share"
2
2
LIB_DIR = "/gnome/lib"
3
 
VERSION = "2.19.91"
 
3
VERSION = "2.20.0"
4
4
PACKAGE = "gnome-applets"
5
5
PYTHONDIR = "/gnome/lib/python2.4/site-packages"
6
6
GETTEXT_PACKAGE = "gnome-applets-2.0"