/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to bzr-notify

  • Committer: Jasper Groenewegen
  • Date: 2009-03-07 20:46:25 UTC
  • mfrom: (625.5.1 bzr-gtk)
  • mto: (635.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 628.
  • Revision ID: colbrac@xs4all.nl-20090307204625-d7knt16hebc4s5tc
Merge fix for bzr-notify (import gobject for timeout)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
import cgi
22
22
import dbus
23
23
import dbus.service
 
24
import gobject
24
25
import pynotify
25
26
from bzrlib.bzrdir import BzrDir
26
27
from bzrlib import errors