~kklimonda/ubuntu/lucid/hamster-applet/lucid-proposed

« back to all changes in this revision

Viewing changes to hamster/defs.py.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-02-17 02:18:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217021821-rrt3wrpkf4jqvza7
Tags: 2.25.91-0ubuntu1
* New upstream release (LP: #330371)
  - Show day totals in statistics (patch by Daniel Watkins)
  - Better keyboard support (Enter / Escape, patch by Daniel Watkins)
  - Fixes to detect alternative pygtk (Frederic Peters)
  - Fixes to support Japanese better (Takao Fujiwara)
  - Python 2.6 support (Patryk Zawadzki)
  - Better duplicate entry checks in activities / categories

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
VERSION = "@VERSION@"
4
4
PACKAGE = "@PACKAGE@"
5
5
PYTHONDIR = "@PYTHONDIR@"
6
 
 
7
 
import sys, os.path 
8
 
sys.path.append(".libs") 
 
 
b'\\ No newline at end of file'