source: python/trunk/Demo/cgi/cgi3.py@ 6

Last change on this file since 6 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 153 bytes
Line 
1#!/usr/local/bin/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.