Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-27 08:35:59 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-27 08:35:59 (GMT)
commit1d370ca8e5b8f4f4b863adb7bb9ea39fe885d284 (patch)
tree11a7030066f1218a68fd608e02557873f6ad625b /shell/Shell.py
parentd778d45b13eb261d623d426097bf36bf6470a398 (diff)
Minor fixes
Diffstat (limited to 'shell/Shell.py')
-rwxr-xr-xshell/Shell.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/Shell.py b/shell/Shell.py
index 4176b72..680f94f 100755
--- a/shell/Shell.py
+++ b/shell/Shell.py
@@ -2,11 +2,9 @@ import os
import dbus
import dbus.glib
-import pygtk
-pygtk.require('2.0')
import gtk
-import wnck
import gobject
+import wnck
from sugar.LogWriter import LogWriter
from ActivityRegistry import ActivityRegistry