Simple profile support. First time dialog (ugly and only nick atm).

This commit is contained in:
Marco Pesenti Gritti
2006-08-22 16:15:34 +02:00
parent 3e51b086df
commit 511fec421f
7 changed files with 55 additions and 42 deletions
+5
View File
@@ -1,6 +1,11 @@
from sugar.conf.ActivityRegistry import ActivityRegistry
from sugar.conf.Profile import Profile
__registry = ActivityRegistry()
__profile = Profile()
def get_activity_registry():
return __registry
def get_profile():
return __profile