From 131cf5385ba31108c131d36f366183a8ac813727 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 10 Apr 2021 23:43:19 +0200 Subject: Added IPv6 support for -I / -E. * added another Python search path and try-catch ModuleNotFoundError again * run_tests.sh checks for OpenBSD netcat (required for -q) Signed-off-by: Toni Uhlig --- examples/py-json-stdout/json-stdout.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/py-json-stdout/json-stdout.py') 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 -- cgit v1.2.3