aboutsummaryrefslogtreecommitdiff
path: root/examples/py-json-stdout/json-stdout.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/py-json-stdout/json-stdout.py')
-rwxr-xr-xexamples/py-json-stdout/json-stdout.py10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/py-json-stdout/json-stdout.py b/examples/py-json-stdout/json-stdout.py
index 160a61e0c..bd27d7d80 100755
--- a/examples/py-json-stdout/json-stdout.py
+++ b/examples/py-json-stdout/json-stdout.py
@@ -3,15 +3,11 @@
import os
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')
-try:
- import nDPIsrvd
- from nDPIsrvd import nDPIsrvdSocket, TermColor
-except ImportError:
- sys.path.append(os.path.dirname(sys.argv[0]) + '/../../dependencies')
- import nDPIsrvd
- from nDPIsrvd import nDPIsrvdSocket, TermColor
+import nDPIsrvd
+from nDPIsrvd import nDPIsrvdSocket, TermColor
def onJsonLineRecvd(json_dict, instance, current_flow, global_user_data):
print(json_dict)