Mercurial > hg > config
view python/example/cgiescape.py @ 816:c0638ac7fb56
add hh shortcut
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Wed, 16 Nov 2016 11:34:13 -0800 |
| parents | 8275fa887f2b |
| children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())
