Fix typo in HTTP server.

This commit is contained in:
Valentin Lorentz 2011-07-01 16:25:50 +02:00
parent 5215aa1095
commit 9aa32da082

View File

@ -53,7 +53,7 @@ if world.testing:
self.RequestHandlerClass = handler self.RequestHandlerClass = handler
self.socket = StringIO() self.socket = StringIO()
self._notServing = Event() self._notServing = Event()
self._notServer.set() self._notServing.set()
def fileno(self): def fileno(self):
return hash(self) return hash(self)