source:
python/trunk/Demo/cgi/cgi3.py@
392
      
      | Last change on this file since 392 was 391, checked in by , 12 years ago | |
|---|---|
| 
 | |
| File size: 151 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python | 
| 2 | |
| 3 | """CGI test 3 (persistent data).""" | 
| 4 | |
| 5 | import cgitb; cgitb.enable() | 
| 6 | |
| 7 | from wiki import main | 
| 8 | |
| 9 | if __name__ == "__main__": | 
| 10 | main() | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
