~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/core/plugins/engine.py

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
                bus, obj_path = dbobj.split(':')
88
88
                try:
89
89
                    dbus.SessionBus().get_object(bus, obj_path)
90
 
                except Exception, e:
 
90
                except Exception:
91
91
                    self.missing_dbus.append(dbobj.split(':'))
92
92
                    self.error = True
93
93
            else: