view python/cgiescape.py @ 567:67e5137b1476

remove blind commit message
author Jeff Hammel <k0scist@gmail.com>
date Mon, 30 Dec 2013 23:05:30 -0800
parents f3ab51c79813
children
line wrap: on
line source

#!/usr/bin/env python

import sys
import cgi

print cgi.escape(sys.stdin.read())