|
Jorey Bump
list at joreybump.com
Tue Oct 18 23:20:22 EDT 2005
Robert Squire wrote:
> -----------------------------------------------------
> Here is the file I'm using:
> -----------------------------------------------------
> didactic htdocs # cat mptest.py
> from mod_python import apache
>
> def hadler(req):
> req.content_type = 'text/plain'
> req.sent_http_header()
> req.write("Hello World!")
> return apache.OK
Are the typos in the file, or only in this message?
|