Mercurial > hg > config
view python/cgiescape.py @ 4:81e89e519980
changed a bunch of stuff, evidently
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 21 Nov 2009 15:43:43 -0500 |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())