From cf09ca655a051609d730f929f96c8178d5c1733d Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Tue, 28 Nov 2017 16:06:14 +0300 Subject: [PATCH] Tests: changed shebang to the default. --- test/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.py b/test/run.py index be76a4fb..749c11d7 100755 --- a/test/run.py +++ b/test/run.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import unittest import os