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 --- (limited to 'shell/sugar-console') 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') -- cgit v0.9.1