diff options
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index 9c38359d4b..61b25cd72d 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -43,7 +43,8 @@ import UserDict from StringIO import StringIO __all__ = ["MiniFieldStorage","FieldStorage","FormContentDict", - "SvFormContentDict","InterpFormContentDict","FormContent"] + "SvFormContentDict","InterpFormContentDict","FormContent", + "escape"] # Logging support # =============== |