From 69b46e77daa9df9a0bdb1539fa745063eeca7ec1 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 27 Oct 2020 20:03:17 +0000 Subject: Fix generator to generate python3 tests only --- suite/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/generator.py b/suite/generator.py index d0120304..12072f32 100755 --- a/suite/generator.py +++ b/suite/generator.py @@ -11,7 +11,7 @@ if sys.version_info.major == 2: print("Generate unit tests on Python 3. Python 2 is not compatible.") sys.exit(1) -unit_test_template = """#!/usr/bin/env python +unit_test_template = """#!/usr/bin/env python3 # This is an auto generated unit test file do not edit directly import os import sys -- cgit v1.3.1