commit 8fc4d67a6f21f8f9cde00531bcd4d092364bf744 parent 9cb3dfc6f0ad29c2b7e54824bf4a217798284fcf Author: Jan Pobříslo <ccx@te2000.cz> Date: Sun, 4 Jul 2021 14:04:13 +0000 request python3 explicitly Diffstat:
M | bin/spawn-pty.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/spawn-pty.py b/bin/spawn-pty.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import ( generators, division, absolute_import, with_statement, print_function