#6881 - fixed wrong return type; improved the formatting
[python.git] / Demo / cgi / cgi3.py
bloba3421b5b2d84495a1c8697bab71069e266912054
1 #!/usr/local/bin/python
3 """CGI test 3 (persistent data)."""
5 import cgitb; cgitb.enable()
7 from wiki import main
9 if __name__ == "__main__":
10 main()