Examples/modpython_dbg.py

Fri, 04 Mar 2011 19:12:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 04 Mar 2011 19:12:07 +0100
changeset 932
efd23a913a09
parent 0
de9c2efb9d02
permissions
-rw-r--r--

Finished extending the Mercurial log browser to indicate closed branches.

from mod_python import apache

apache.initDebugger('/Path/To/modpython_dbg.py')

def handler(req):
    req.content_type = "text/plain"
    req.send_http_header()
    req.write("Hello World!\n")

    return apache.OK

eric ide

mercurial