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
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/python
import dbus
import dbus.glib
bus = dbus.SessionBus()
proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell')