From 53b7c81faf512d1f10bc5fa73889d46486cce6ed Mon Sep 17 00:00:00 2001 From: twouters Date: Tue, 11 Mar 2003 10:51:43 +0000 Subject: Not sure if this is at all useful still, as it seems to have contained a typo since it was checked in, but here it is, fixed. Closes SF patch #671294 by John Dennis. --- tests/fblast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fblast.py b/tests/fblast.py index 2add94588..50368b3be 100644 --- a/tests/fblast.py +++ b/tests/fblast.py @@ -54,7 +54,7 @@ testing %(num)d """ % {'num' : i, 'FROMADDR': FROMADDR, 'LISTADDR': LISTADDR, - } + }) time.sleep(snooze) finally: conn.quit() -- cgit v1.3.1