Mercurial > hg > config
view python/example/cgiescape.py @ 855:8e41e95aac97
indentation
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 17 Dec 2017 12:48:43 -0800 |
| parents | 8275fa887f2b |
| children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())
