~sbackup-dev/nssbackup/devel

« back to all changes in this revision

Viewing changes to src/nssbackup/ui/indicator.py

  • Committer: Jean-Peer Lorenz
  • Date: 2010-08-11 22:34:33 UTC
  • mfrom: (146.1.8 0.3)
  • Revision ID: peer.loz@gmx.net-20100811223433-0o48l8d6xxa8en0z
* forward-port from series 0.3 after release of 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from nssbackup.ui import indicator_core
30
30
from nssbackup.ui.indicator_core import PyNotifyMixin, SBackupdIndicatorHandler, SBackupdIndicatorBase
31
31
from nssbackup.ui import misc
 
32
from nssbackup.util import system
32
33
 
33
34
 
34
35
sys.excepthook = misc.except_hook
 
36
system.launch_dbus_if_required()
35
37
 
36
38
 
37
39
class SBackupdIndicator(SBackupdIndicatorBase, PyNotifyMixin):