--- trac/web/standalone.py.orig 2006-10-03 23:23:02 +0400 +++ trac/web/standalone.py 2006-10-03 23:23:16 +0400 @@ -88,7 +88,7 @@ return self.application(environ, start_response) -class TracHTTPServer(ThreadingMixIn, WSGIServer): +class TracHTTPServer(WSGIServer): def __init__(self, server_address, application, env_parent_dir, env_paths): WSGIServer.__init__(self, server_address, application,