Mercurial > hg > config
view python/cgiescape.py @ 15:31023aedee9c
change spacing
author | k0s <k0scist@gmail.com> |
---|---|
date | Thu, 28 Jan 2010 21:22:12 -0500 |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())