From dd9e6f959f2fe238c7882d86a06ce6835801e99b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 8 Feb 2013 10:57:29 -0500 Subject: [PATCH] run_all_tests: /usr/bin/env python --- interfaces/python/run_all_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/python/run_all_tests b/interfaces/python/run_all_tests index 17233ab6..ad18a92c 100755 --- a/interfaces/python/run_all_tests +++ b/interfaces/python/run_all_tests @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python if __name__ == '__main__': import os, sys, unittest -- 2.26.2