summaryrefslogtreecommitdiff
path: root/flup/server/fcgi_fork.py
diff options
context:
space:
mode:
Diffstat (limited to 'flup/server/fcgi_fork.py')
-rw-r--r--flup/server/fcgi_fork.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/flup/server/fcgi_fork.py b/flup/server/fcgi_fork.py
index 740e26b..d79b777 100644
--- a/flup/server/fcgi_fork.py
+++ b/flup/server/fcgi_fork.py
@@ -136,10 +136,6 @@ class WSGIServer(BaseFCGIServer, PreforkServer):
return ret
-def factory(global_conf, host=None, port=None, **local):
- import paste_factory
- return paste_factory.helper(WSGIServer, global_conf, host, port, **local)
-
if __name__ == '__main__':
def test_app(environ, start_response):
"""Probably not the most efficient example."""