commit | ff443a51ebdb290fb329213e887eda54a2eaad62 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Feb 28 01:03:48 2001 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Feb 28 01:03:48 2001 +0000 |
tree | fc8996ad5e9b375d0da839d6889a51780732cddc | |
parent | 6c0a0e153821b3fc056eb579b09ff8945ef6fe71 [diff] [blame] |
added missing element to __all__
diff --git a/Lib/cgi.py b/Lib/cgi.py index 9c38359..61b25cd 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py
@@ -43,7 +43,8 @@ from StringIO import StringIO __all__ = ["MiniFieldStorage","FieldStorage","FormContentDict", - "SvFormContentDict","InterpFormContentDict","FormContent"] + "SvFormContentDict","InterpFormContentDict","FormContent", + "escape"] # Logging support # ===============