aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-26 10:45:57 -0700
committerGerald Combs <gerald@wireshark.org>2022-06-27 16:46:55 +0000
commiteaae2d0ee76cff005d7f1de89d9c021cbdb2e226 (patch)
treefb8de773c9f9c6d50c2c3a57f633cf5438d7f41d /doc
parent4153af1dc76f0cfebd250af381b55b4c1deffa71 (diff)
Minor Python3 script fixups.
Make some scripts executable and use the shebang line recommended at https://docs.python.org/3/using/unix.html#miscellaneous
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/extcap_example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index 669b41ef50..d5a1c93a42 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright 2014 Roland Knall <rknall [AT] gmail.com>
#