diff python/example/cgiescape.py @ 800:8275fa887f2b

cleanup + renaming
author Jeff Hammel <k0scist@gmail.com>
date Fri, 28 Oct 2016 16:11:24 -0700
parents python/cgiescape.py@f3ab51c79813
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/example/cgiescape.py	Fri Oct 28 16:11:24 2016 -0700
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import sys
+import cgi
+
+print cgi.escape(sys.stdin.read())
+