Get rid of env.get_nick_name, that comes from the profile now

This commit is contained in:
Marco Pesenti Gritti
2006-08-26 13:03:06 +02:00
parent 4f3e3a290c
commit a7c552c038
5 changed files with 11 additions and 11 deletions
-4
View File
@@ -60,10 +60,6 @@ def get_profile_path():
return os.path.join(path, profile_id)
def get_nick_name():
profile = sugar.conf.get_profile()
return profile.get_nick_name()
def get_data_dir():
return sugar_data_dir