# HG changeset patch # User paulb # Date 1191022110 0 # Node ID ec1f24b3d8a89a2b6f1cfa8e1bba15b04d5b0a9a # Parent bbdf6692d7813777f6cc96429ea79a84c6dbef21 [project @ 2007-09-28 23:28:30 by paulb] Suggest another platform for the demo. diff -r bbdf6692d781 -r ec1f24b3d8a8 tools/demo.py --- a/tools/demo.py Fri Sep 28 23:20:08 2007 +0000 +++ b/tools/demo.py Fri Sep 28 23:28:30 2007 +0000 @@ -42,6 +42,7 @@ # Or try other implementations... #from WebStack.Adapters.WSGI import deploy +#from WebStack.Adapters.Twisted import deploy print "Serving..." deploy(resource, handle_errors=1)