tools/examples: hardcode #!/usr/bin/python shebang
diff --git a/tools/ttysnoop.py b/tools/ttysnoop.py
index aa18d24..07f272f 100755
--- a/tools/ttysnoop.py
+++ b/tools/ttysnoop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # @lint-avoid-python-3-compatibility-imports
 #
 # ttysnoop   Watch live output from a tty or pts device.