tests/tinyproxy.py
changeset 27637 b502138f5faa
parent 27302 faca4adfed0a
child 28646 f452c1cf7a8f
--- a/tests/tinyproxy.py	Mon Jan 04 21:54:46 2016 -0800
+++ b/tests/tinyproxy.py	Thu Dec 31 08:16:59 2015 +0000
@@ -29,7 +29,7 @@
     rbufsize = 0                        # self.rfile Be unbuffered
 
     def handle(self):
-        (ip, port) =  self.client_address
+        (ip, port) = self.client_address
         allowed = getattr(self, 'allowed_clients', None)
         if allowed is not None and ip not in allowed:
             self.raw_requestline = self.rfile.readline()