2006-08-22 14:01:53 +02:00
|
|
|
from sugar.conf.ActivityRegistry import ActivityRegistry
|
2006-08-22 16:15:34 +02:00
|
|
|
from sugar.conf.Profile import Profile
|
2006-08-22 14:01:53 +02:00
|
|
|
|
|
|
|
__registry = ActivityRegistry()
|
2006-08-22 16:15:34 +02:00
|
|
|
__profile = Profile()
|
2006-08-22 14:01:53 +02:00
|
|
|
|
|
|
|
def get_activity_registry():
|
|
|
|
return __registry
|
2006-08-22 16:15:34 +02:00
|
|
|
|
|
|
|
def get_profile():
|
|
|
|
return __profile
|