From a7c552c038ee090018f6becad5f84f8141e3e79b Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 26 Aug 2006 11:03:06 +0000 Subject: Get rid of env.get_nick_name, that comes from the profile now --- (limited to 'sugar/env.py') 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 -- cgit v0.9.1