Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Session.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-10 21:54:34 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-10 21:54:34 (GMT)
commit27456ff7231b65ffc4409f76b167110e32790626 (patch)
treeee29a1082145372fd0a524366b7204617c134c0c /shell/Session.py
parent093a1981d50bbefc4e76a5c65b42baa76b095a81 (diff)
Remove the theme hacks. sugar-jhbuild set this up fine now.
Diffstat (limited to 'shell/Session.py')
-rw-r--r--shell/Session.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/Session.py b/shell/Session.py
index 08d8d64..985f1af 100644
--- a/shell/Session.py
+++ b/shell/Session.py
@@ -4,11 +4,10 @@ import gobject
import time
import dbus
import dbus.dbus_bindings
-from sugar.presence import PresenceService
+from sugar.presence import PresenceService
from Shell import Shell
from Process import Process
-import sugar.theme
import sugar.env
class DbusProcess(Process):
@@ -61,7 +60,6 @@ class PresenceServiceProcess(Process):
class Session:
"""Takes care of running the shell and all the sugar processes"""
def __init__(self, registry):
- sugar.theme.setup()
self._registry = registry
def start(self):