# HG changeset patch # User paulb # Date 1075677431 0 # Node ID 9d5566eb4ad041ccae9b622f974c0614bbd174b4 # Parent 4a0d5ef1a27535f26a20e2e8bbe6b0e109a37ab8 [project @ 2004-02-01 23:17:11 by paulb] Fixed comments and added vim directives. diff -r 4a0d5ef1a275 -r 9d5566eb4ad0 examples/Webware/Simple/__init__.py --- a/examples/Webware/Simple/__init__.py Sun Feb 01 23:16:36 2004 +0000 +++ b/examples/Webware/Simple/__init__.py Sun Feb 01 23:17:11 2004 +0000 @@ -17,7 +17,9 @@ global resource app = appServer.application() - # NOTE: Allow .py files only. Really, we'd like any kind of file, but that - # NOTE: would severely undermine the servlet factory concept. + # NOTE: Allow .simple files only. Really, we'd like any kind of file, but + # NOTE: that would severely undermine the servlet factory concept. app.addServletFactory(WebStackServletFactory(app, resource, [".simple"])) + +# vim: tabstop=4 expandtab shiftwidth=4