From 82f6790d5c43ca5219ea6fffd868e58e0fca3b4a Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 10 Jan 2020 16:56:37 +0100 Subject: Use python3 in some tests which were still using python The unversioned command is deprecated and removed from some distributions --- test cases/unit/39 python extmodule/blaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/unit/39 python extmodule/blaster.py') diff --git a/test cases/unit/39 python extmodule/blaster.py b/test cases/unit/39 python extmodule/blaster.py index 163b6d426..8bfe9cfb7 100755 --- a/test cases/unit/39 python extmodule/blaster.py +++ b/test cases/unit/39 python extmodule/blaster.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import sys import tachyon -- cgit v1.2.3