aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2018-04-05 10:04:37 +0200
committerRoland Knall <rknall@gmail.com>2018-04-05 08:15:01 +0000
commite2ca17adae855e8efdd73b6cc24aa2aeee4380b2 (patch)
treef51e2c312704af6634eaecba0caae42acdf8cc15
parent5c2eade45d733433bfa5e513950b28819faa8751 (diff)
extcap: Add missing compatibliity function
Otherwise the utility no longer works for Python 2. Change-Id: Ibe2f09d26887603a971185253aeaf2521875770d Reviewed-on: https://code.wireshark.org/review/26751 Reviewed-by: Roland Knall <rknall@gmail.com>
-rwxr-xr-xdoc/extcap_example.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index 6aeeb16159..12ee0cd2aa 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -29,6 +29,7 @@ other script-based formates beside VBScript
"""
+from __future__ import print_function
import os
import sys