Add caching to the activity and object type registries.

This commit is contained in:
Tomeu Vizoso
2007-07-09 20:14:24 +02:00
parent 1ae7a908ea
commit ecca1dca00
4 changed files with 61 additions and 4 deletions
+3
View File
@@ -3,6 +3,9 @@ import sys
from sugar.activity.bundle import Bundle
from dbus.mainloop.glib import DBusGMainLoop
DBusGMainLoop(set_as_default=True)
bundle = Bundle(sys.argv[1])
bundle.install()