Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/shell/sugar-shell-service
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-16 19:42:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-16 19:42:33 (GMT)
commitd9b930e033f77b292b7adb0ba9b47a84b6a98f3a (patch)
treebbb11274bd5540457a59528e002147ea009a2fe7 /services/shell/sugar-shell-service
parent49a8752eb514454abe9c1c78b3ef00c626da3bd3 (diff)
Remove objecttypeservice leftover
Diffstat (limited to 'services/shell/sugar-shell-service')
-rwxr-xr-xservices/shell/sugar-shell-service2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/shell/sugar-shell-service b/services/shell/sugar-shell-service
index 7c05704..558e1be 100755
--- a/services/shell/sugar-shell-service
+++ b/services/shell/sugar-shell-service
@@ -30,7 +30,6 @@ from sugar import env
sys.path.append(env.get_service_path('shell'))
import clipboardservice
-import objecttypeservice
import activityregistryservice
logging.info('Starting shell service.')
@@ -39,7 +38,6 @@ gobject.threads_init()
dbus.glib.threads_init()
clipboard_service = clipboardservice.get_instance()
-object_type_registry = objecttypeservice.get_instance()
activity_registry = activityregistryservice.get_instance()
loop = gobject.MainLoop()