Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-26 11:03:06 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-26 11:03:06 (GMT)
commita7c552c038ee090018f6becad5f84f8141e3e79b (patch)
tree9c3630bbf204262b5e00793b9be6475eba4b8258 /sugar/env.py
parent4f3e3a290c9c70ba18c43c5d01b497c483758ccc (diff)
Get rid of env.get_nick_name, that comes from the profile now
Diffstat (limited to 'sugar/env.py')
-rw-r--r--sugar/env.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sugar/env.py b/sugar/env.py
index 6f654f3..992bcf3 100644
--- a/sugar/env.py
+++ b/sugar/env.py
@@ -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