Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/datastore-service.py')
-rwxr-xr-xbin/datastore-service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/datastore-service.py b/bin/datastore-service.py
index e1d2c21..419321c 100755
--- a/bin/datastore-service.py
+++ b/bin/datastore-service.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
import os
import sys
-sys.path.append(os.getcwd()+'/../src')
+sys.path.append(os.path.join(os.path.expanduser('~'), 'Code/SemanticXO/datastore/src'))
import signal
import logging