From 9e32bbba7addaff7985329af0a4fdbecc65e1223 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 25 Jul 2006 23:00:45 +0200 Subject: [PATCH] Import some missing dbus.glib imports --- shell/Shell.py | 1 + shell/sugar-console | 1 + shell/sugar-people | 1 + 3 files changed, 3 insertions(+) diff --git a/shell/Shell.py b/shell/Shell.py index cd8f4f49..a7ecea3a 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 ed9c1621..538715d6 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 60d82db4..f3f5a48c 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')