WebStack

examples/Twisted/UnicodeApp.py

728:7d381376cc00
2007-10-28 paulb [project @ 2007-10-28 22:22:07 by paulb] Updated release information.
     1 #!/usr/bin/env python     2      3 from WebStack.Adapters.Twisted import deploy     4 from Unicode import UnicodeResource     5      6 print "Serving..."     7 deploy(UnicodeResource(), handle_errors=0)     8      9 # vim: tabstop=4 expandtab shiftwidth=4