view python/cgiescape.py @ 17:221ce19f7bde

remove topp from list of channels
author k0s <k0scist@gmail.com>
date Mon, 01 Feb 2010 09:43:37 -0500
parents f3ab51c79813
children
line wrap: on
line source

#!/usr/bin/env python

import sys
import cgi

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