From a8d09a499c5851fa7d2bdd53e73d3d775a5130cc Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 6 Aug 2020 11:39:40 +0200 Subject: check-syntax: switch to Python 3 --- bin/check-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/check-syntax b/bin/check-syntax index 2daaeaefde..6f7eadd831 100755 --- a/bin/check-syntax +++ b/bin/check-syntax @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os import os.path -- cgit v1.2.3