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-24 13:11:14 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-24 13:11:14 (GMT)
commitd2f76cc41db72721d435f33f2f16f5d75a738203 (patch)
tree4cf137eb87150928c79942c83f97704e9fc9a9ac /shell/Shell.py
parent1acd82599aa1c90faae98843c017263b93268190 (diff)
More work on the new home page.
Remove obsolete import.
Diffstat (limited to 'shell/Shell.py')
-rwxr-xr-xshell/Shell.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/Shell.py b/shell/Shell.py
index 6866cc4..cd8f4f4 100755
--- a/shell/Shell.py
+++ b/shell/Shell.py
@@ -8,7 +8,6 @@ import wnck
import gobject
from sugar.LogWriter import LogWriter
-from ConsoleLogger import ConsoleLogger
from ActivityRegistry import ActivityRegistry
from HomeWindow import HomeWindow
from sugar import env
@@ -56,7 +55,7 @@ class Shell:
bus_name = dbus.service.BusName('com.redhat.Sugar.Shell', bus=session_bus)
ShellDbusService(self, bus_name)
- self._owner = ShellOwner()
+ #self._owner = ShellOwner()
self._registry = ActivityRegistry()
self._registry.scan_directory(env.get_activities_dir())