From 4dceacb6ff662e382f1385ec038b9fdd062c0ed0 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 11 Feb 2020 18:25:31 -0800 Subject: Convert remaining python scripts to run under python3 (#2643) --- test/spec/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/spec/run.py') diff --git a/test/spec/run.py b/test/spec/run.py index 751895541..ec07929c4 100755 --- a/test/spec/run.py +++ b/test/spec/run.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function import argparse -- cgit v1.2.3