# HG changeset patch # User paulb # Date 1192318985 0 # Node ID 9c2cdd3327fd6c7fbf2c80f21f18d0fd26d6263c # Parent af736c1ac740084867ff27ae5484b9c2b0eceb86 [project @ 2007-10-13 23:43:05 by paulb] Renamed deploy to deploy_with_wsgiref, forcing developers to import a specific function. diff -r af736c1ac740 -r 9c2cdd3327fd WebStack/Adapters/WSGI.py --- a/WebStack/Adapters/WSGI.py Sat Oct 13 23:42:41 2007 +0000 +++ b/WebStack/Adapters/WSGI.py Sat Oct 13 23:43:05 2007 +0000 @@ -113,7 +113,7 @@ else: default_address = ("", 8080) - def deploy(resource, authenticator=None, address=None, handle_errors=1, error_resource=None): + def deploy_with_wsgiref(resource, authenticator=None, address=None, handle_errors=1, error_resource=None): """ Deploy the given 'resource', with the given optional 'authenticator', at the