view python/cgiescape.py @ 16:57298ea7a7f1

fix string for how to install
author k0s <k0scist@gmail.com>
date Thu, 28 Jan 2010 21:26:44 -0500
parents f3ab51c79813
children
line wrap: on
line source

#!/usr/bin/env python

import sys
import cgi

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