Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xshell/Shell.py1
-rwxr-xr-xshell/sugar-console1
-rwxr-xr-xshell/sugar-people1
3 files changed, 3 insertions, 0 deletions
diff --git a/shell/Shell.py b/shell/Shell.py
index cd8f4f4..a7ecea3 100755
--- a/shell/Shell.py
+++ b/shell/Shell.py
@@ -1,6 +1,7 @@
import os
import dbus
+import dbus.glib
import pygtk
pygtk.require('2.0')
import gtk
diff --git a/shell/sugar-console b/shell/sugar-console
index ed9c162..538715d 100755
--- a/shell/sugar-console
+++ b/shell/sugar-console
@@ -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')
diff --git a/shell/sugar-people b/shell/sugar-people
index 60d82db..f3f5a48 100755
--- a/shell/sugar-people
+++ b/shell/sugar-people
@@ -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')