Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/datastore/sugar-data-store
diff options
context:
space:
mode:
Diffstat (limited to 'services/datastore/sugar-data-store')
-rwxr-xr-xservices/datastore/sugar-data-store2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/datastore/sugar-data-store b/services/datastore/sugar-data-store
index 9ab14fe..003e273 100755
--- a/services/datastore/sugar-data-store
+++ b/services/datastore/sugar-data-store
@@ -24,7 +24,7 @@ import logging
from sugar import logger
from sugar import env
-sys.path.insert(0, os.path.join(env.get_data_dir(), 'services/datastore'))
+sys.path.insert(0, env.get_service_path('datastore'))
logger.start('data-store')
logging.info('Starting the data store...')