diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-07 10:02:40 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-07 10:02:40 -0700 |
commit | 3d1ca80cdefbbe3b5b78a860d27d21226fed634a (patch) | |
tree | 7d4fa5c94b8aae56670ff09d29a80af44265f49b /tests | |
parent | d661de7ef52394502c7c4f983a9b18d99279b8a5 (diff) | |
parent | 23d9e95c70dcba13cc4ad040cb979d03290e8147 (diff) | |
download | mailman2-3d1ca80cdefbbe3b5b78a860d27d21226fed634a.tar.gz mailman2-3d1ca80cdefbbe3b5b78a860d27d21226fed634a.tar.xz mailman2-3d1ca80cdefbbe3b5b78a860d27d21226fed634a.zip |
Merged A.M. Kuchling's Small Fixes branch.
Diffstat (limited to '')
-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 |