webgo/mptest.py

8 lines
102 B
Python
Raw Normal View History

2005-09-06 19:52:46 +02:00
from mod_python import apache
def handler(req):
req.write("Hello World!")
return apache.OK