source: python/vendor/Python-2.7.6/Demo/cgi/cgi3.py

Last change on this file was 388, checked in by dmik, 11 years ago

python: Update vendor to 2.7.6.

  • Property svn:eol-style set to native
File size: 151 bytes
Line 
1#!/usr/bin/env python
2
3"""CGI test 3 (persistent data)."""
4
5import cgitb; cgitb.enable()
6
7from wiki import main
8
9if __name__ == "__main__":
10 main()
Note: See TracBrowser for help on using the repository browser.