Examples/modpython.py

branch
eric7
changeset 8334
c113428ecff3
parent 8333
12948ec78ca0
child 8335
9fa339ca2a91
diff -r 12948ec78ca0 -r c113428ecff3 Examples/modpython.py
--- a/Examples/modpython.py	Thu May 20 19:16:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-from mod_python import apache
-
-def handler(req):
-    req.content_type = "text/plain"
-    req.send_http_header()
-    req.write("Hello World!\n")
-
-    return apache.OK

eric ide

mercurial