From 661ee57c2aff497afac2e5126101b0735d2833cc Mon Sep 17 00:00:00 2001 From: "A.M. Kuchling" Date: Sat, 7 Jun 2008 08:24:15 -0400 Subject: Patch #1578740 from Thijs Kinkhorst: add #! line to fblast.py --- tests/fblast.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/fblast.py b/tests/fblast.py index 50368b3b..092e4209 100644 --- a/tests/fblast.py +++ b/tests/fblast.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python """Throw email at Mailman as fast as you can. This is not a unit test, it's a functional test, so you can't run it within -- cgit v1.2.3