From fb830941585e1bb7a5871d9cfd0ff83cf748947b Mon Sep 17 00:00:00 2001 From: "Daniele Verducci (ZenPenguin)" Date: Tue, 15 Dec 2020 17:13:32 +0100 Subject: [PATCH] Python terminal emu not working with Python versions less than 3 --- python/terminal_emulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/terminal_emulator.py b/python/terminal_emulator.py index 2ef4941..3e34609 100755 --- a/python/terminal_emulator.py +++ b/python/terminal_emulator.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # -*- coding: utf-8 -*- """ @package docstring