Sign in
android
/
platform
/
external
/
python
/
c3419d5f754b26d1b1755f64bc8fa5ef35fcfcfe
/
.
/
Demo
/
cgi
/
cgi3.py
blob: 6693a86c4ee36bb1262e9021ae167a88297b35c9 [
file
] [
log
] [
blame
]
#!/usr/bin/env python
"""CGI test 3 (persistent data)."""
import
cgitb
;
cgitb
.
enable
()
from
wiki
import
main
if
__name__
==
"__main__"
:
main
()