Mercurial > hg > config
view python/cgiescape.py @ 9:4dea6072c597
add a key for bitsyblog
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 27 Dec 2009 01:40:13 -0500 |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import sys import cgi print cgi.escape(sys.stdin.read())