[wwwsearch-commits] r16879 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Aug 27 21:26:02 CEST 2005
Author: jjlee
Date: Sat Aug 27 21:26:01 2005
New Revision: 16879
Modified:
wwwsearch/mechanize/trunk/test.py
Log:
Fix test failures
Modified: wwwsearch/mechanize/trunk/test.py
==============================================================================
--- wwwsearch/mechanize/trunk/test.py (original)
+++ wwwsearch/mechanize/trunk/test.py Sat Aug 27 21:26:01 2005
@@ -33,6 +33,7 @@
def seek(self, whence):
assert whence == 0
self._f.seek(0)
+ def close(self): pass
class MockHandler:
processor_order = 500
More information about the wwwsearch-commits
mailing list