From 9e32bbba7addaff7985329af0a4fdbecc65e1223 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 25 Jul 2006 21:00:45 +0000 Subject: Import some missing dbus.glib imports --- 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') -- cgit v0.9.1