diff options
author | A.M. Kuchling <amk@amk.ca> | 2008-06-07 08:24:15 -0400 |
---|---|---|
committer | A.M. Kuchling <amk@amk.ca> | 2008-06-07 08:24:15 -0400 |
commit | 661ee57c2aff497afac2e5126101b0735d2833cc (patch) | |
tree | 68518d6d769710a3fc7bdb6d831f1333bbeec879 /tests | |
parent | 9513d12137d961d2b950d16e70ea36c8dbc47d83 (diff) | |
download | mailman2-661ee57c2aff497afac2e5126101b0735d2833cc.tar.gz mailman2-661ee57c2aff497afac2e5126101b0735d2833cc.tar.xz mailman2-661ee57c2aff497afac2e5126101b0735d2833cc.zip |
Patch #1578740 from Thijs Kinkhorst: add #! line to fblast.py
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fblast.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |