From 2d9a06ec9a1a3779b169ec1ef70c542821270b25 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 09 Mar 2007 11:32:32 +0000 Subject: Add the root path of the services to python path, not services/. Get rid of the now useless env.get_services_dir --- (limited to 'sugar/env.py') diff --git a/sugar/env.py b/sugar/env.py index afaa565..7d6cc7c 100644 --- a/sugar/env.py +++ b/sugar/env.py @@ -48,9 +48,6 @@ def get_profile_path(): def get_data_dir(): return sugar_data_dir -def get_services_dir(): - return sugar_services_dir - def get_shell_bin_dir(): return sugar_shell_bin_dir -- cgit v0.9.1