Skip to content

Commit

Permalink
Fix asynchronous calls for >= 0.80 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
lichray committed May 20, 2012
1 parent 81dc8fc commit ef54501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonata/dbus_plugin.py
Expand Up @@ -27,6 +27,8 @@
import dbus import dbus
import dbus.service import dbus.service
import _dbus_bindings as dbus_bindings import _dbus_bindings as dbus_bindings
from dbus.mainloop.glib import DBusGMainLoop
DBusGMainLoop(set_as_default=True)
HAVE_DBUS = True HAVE_DBUS = True
except: except:
HAVE_DBUS = False HAVE_DBUS = False
Expand Down

0 comments on commit ef54501

Please sign in to comment.