Changeset 341

Show
Ignore:
Timestamp:
11/29/11 20:24:33 (6 months ago)
Author:
ocjhb
Message:

disabling dns lookup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sandbox/jhb/oc2/testutils.py

    r338 r341  
    2929        self.wfile.write(answer.toString(True)) 
    3030 
     31    #disable dns lookup 
     32    def address_string(self): 
     33        return str(self.client_address[0]) 
     34 
     35 
    3136class TestingHandler(Handler): 
    3237    """Supress output to stderr"""