Mercurial > hg > config
view python/cgiescape.py @ 773:5fc00e09e805
remove some obsolete PATH
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sat, 16 Apr 2016 11:28:44 -0700 |
| parents | f3ab51c79813 |
| children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())
