From 18ac7f1a0dbec8f8a17d0a8a184b4cc812f726e4 Mon Sep 17 00:00:00 2001 From: Guillaume Gricourt Date: Wed, 29 Jun 2022 17:06:21 +0200 Subject: [PATCH] fix(tests): shebang --- test/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.py b/test/run_tests.py index 9af8a66..60f78a2 100755 --- a/test/run_tests.py +++ b/test/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # coding: utf8 import gzip