/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 seahorse.py

  • Committer: Sabin Iacob (m0n5t3r)
  • Date: 2008-05-23 08:23:59 UTC
  • mto: This revision was merged to the branch mainline in revision 496.
  • Revision ID: iacobs@m0n5t3r.info-20080523082359-wsbcvw5khcasf53b
don't ignore all DBus exceptions

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
except dbus.exceptions.DBusException, e:
39
39
    if e.get_dbus_name() == 'org.freedesktop.DBus.Error.ServiceUnknown':
40
40
        raise ImportError
 
41
    raise
41
42
 
42
43
FLAG_VALID = 0x0001
43
44
FLAG_CAN_ENCRYPT = 0x0002