Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChristophe Gueret <christophe.gueret@gmail.com>2011-09-26 06:26:45 (GMT)
committer Christophe Gueret <christophe.gueret@gmail.com>2011-09-26 06:26:45 (GMT)
commitb44e149a4b5e8bd257633c1d45a3346a6fcff859 (patch)
treeec1d8a06e40c87003a7eb4aa3e8bc5ca593a979d /bin
parent0b527cf1d1a2cb24a875eaab4398f58c6a5ca0bf (diff)
Initial code for triple store interface
Diffstat (limited to 'bin')
-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