repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git]
/
Demo
/
cgi
/
cgi3.py
blob
a3421b5b2d84495a1c8697bab71069e266912054
1
#!/usr/local/bin/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
()