sugar-toolkit-gtk3/shell/conf/__init__.py
Marco Pesenti Gritti bc0ee6d34c Refactor startup. In progress, give me a couple hours.
For now start sugar with "sugar-emulator shell/sugar-shell"
2006-10-16 13:34:43 +02:00

7 lines
151 B
Python

from conf.ActivityRegistry import _ActivityRegistry
_activity_registry = _ActivityRegistry()
def get_activity_registry():
return _activity_registry