Import some missing dbus.glib imports

This commit is contained in:
Marco Pesenti Gritti 2006-07-25 23:00:45 +02:00
parent 1ef5c576c2
commit 9e32bbba7a
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import os import os
import dbus import dbus
import dbus.glib
import pygtk import pygtk
pygtk.require('2.0') pygtk.require('2.0')
import gtk import gtk

View File

@ -1,6 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
import dbus import dbus
import dbus.glib
bus = dbus.SessionBus() bus = dbus.SessionBus()
proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell') proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell')

View File

@ -1,6 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
import dbus import dbus
import dbus.glib
bus = dbus.SessionBus() bus = dbus.SessionBus()
proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell') proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell')