Changeset 341
- Timestamp:
- 11/29/11 20:24:33 (6 months ago)
- Files:
-
- 1 modified
-
trunk/sandbox/jhb/oc2/testutils.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/oc2/testutils.py
r338 r341 29 29 self.wfile.write(answer.toString(True)) 30 30 31 #disable dns lookup 32 def address_string(self): 33 return str(self.client_address[0]) 34 35 31 36 class TestingHandler(Handler): 32 37 """Supress output to stderr"""
