# HG changeset patch # User paulb # Date 1095373239 0 # Node ID ec3bfc09c63619da8627ea245ded11fbf22a6b11 # Parent a6f6a7bc35275e73db0f716bb9b38395ca334a44 [project @ 2004-09-16 22:20:39 by paulb] Added start-up confirmation. diff -r a6f6a7bc3527 -r ec3bfc09c636 examples/Twisted/CookiesApp.py --- a/examples/Twisted/CookiesApp.py Thu Sep 16 22:20:32 2004 +0000 +++ b/examples/Twisted/CookiesApp.py Thu Sep 16 22:20:39 2004 +0000 @@ -10,6 +10,7 @@ top_level = Twisted.Dispatcher(CookiesResource()) site = twisted.web.server.Site(top_level) twisted.internet.reactor.listenTCP(8080, site) +print "Serving..." twisted.internet.reactor.run() # vim: tabstop=4 expandtab shiftwidth=4