From c8d2f26e01fa323004946cdf398f84005d5d469f Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 27 Oct 2009 11:57:56 +0000 Subject: [PATCH] Add shebang to regex tests. Signed-off-by: Chris Lamb --- tests/test_regexes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_regexes.py b/tests/test_regexes.py index 7c43d097..05ef8a62 100755 --- a/tests/test_regexes.py +++ b/tests/test_regexes.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import unittest import os, sys -- 2.39.2