From 6296a4db9eb4f27c8be7253cc6a989d686364c72 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 9 Sep 2006 18:29:07 +0200 Subject: [PATCH] Remove some unused imports --- shell/Shell.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/Shell.py b/shell/Shell.py index 848971b2..acf55483 100755 --- a/shell/Shell.py +++ b/shell/Shell.py @@ -17,9 +17,7 @@ from sugar.activity import Activity from frame.Frame import Frame from globalkeys import KeyGrabber import conf -from sugar import env import sugar -import sugar.logger class ShellDbusService(dbus.service.Object): def __init__(self, shell, bus_name):