~ubuntu-branches/ubuntu/trusty/gnome-schedule/trusty

« back to all changes in this revision

Viewing changes to src/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-06-29 16:49:41 UTC
  • mfrom: (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080629164941-pc30216r5plr96b9
Tags: 2.0.2-1.1
* Non-maintainer upload from the Cambridge BSP.
* Apply patch from Chris Lamb to fix bashisms in debian/rules.
  (goal-dash, closes: #484386)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
version = "1.0.0"
2
 
image_dir = "/usr/local/share/pixmaps"
 
1
version = "2.0.2"
 
2
image_dir = "/usr/local/share/pixmaps/gnome-schedule"
3
3
glade_dir = "/usr/local/share/gnome-schedule"
4
4
locale_dir = "/usr/local/share/locale"
5
5
crontabbin = "/usr/bin/crontab"