Fix typo in HTTP server.

This commit is contained in:
Valentin Lorentz 2011-07-01 16:25:50 +02:00
parent 5215aa1095
commit 9aa32da082
1 changed files with 1 additions and 1 deletions

View File

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