~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to src/common/dbus_support.py

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2009-06-12 13:49:19 UTC
  • mto: (1.5.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: james.westby@ubuntu.com-20090612134919-q5i1vj7b4pubx281
Tags: upstream-0.12.2
Import upstream version 0.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                        pass
41
41
        import dbus
42
42
        import dbus.glib
 
43
        # test if dbus-x11 is installed
 
44
        bus = dbus.SessionBus()
43
45
        supported = True # does user have D-Bus bindings?
44
46
except ImportError:
45
47
        supported = False