diff options
Diffstat (limited to 'examples/py-json-stdout/json-stdout.py')
-rwxr-xr-x | examples/py-json-stdout/json-stdout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/py-json-stdout/json-stdout.py b/examples/py-json-stdout/json-stdout.py index 8200bf12b..9693ecef6 100755 --- a/examples/py-json-stdout/json-stdout.py +++ b/examples/py-json-stdout/json-stdout.py @@ -3,6 +3,7 @@ import os import sys +sys.path.append(os.path.dirname(sys.argv[0]) + '/../share/nDPId') sys.path.append(os.path.dirname(sys.argv[0]) + '/../usr/share/nDPId') try: import nDPIsrvd |