summaryrefslogtreecommitdiff
path: root/examples/py-json-stdout
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py-json-stdout')
-rwxr-xr-xexamples/py-json-stdout/json-stdout.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/py-json-stdout/json-stdout.py b/examples/py-json-stdout/json-stdout.py
index bd27d7d80..f1aa51b5b 100755
--- a/examples/py-json-stdout/json-stdout.py
+++ b/examples/py-json-stdout/json-stdout.py
@@ -5,7 +5,8 @@ import sys
sys.path.append(os.path.dirname(sys.argv[0]) + '/../../dependencies')
sys.path.append(os.path.dirname(sys.argv[0]) + '/../share/nDPId')
-sys.path.append(os.path.dirname(sys.argv[0]) + '/../usr/share/nDPId')
+sys.path.append(os.path.dirname(sys.argv[0]))
+sys.path.append(sys.base_prefix + '/share/nDPId')
import nDPIsrvd
from nDPIsrvd import nDPIsrvdSocket, TermColor