]> granicus.if.org Git - python/commitdiff
added missing element to __all__
authorSkip Montanaro <skip@pobox.com>
Wed, 28 Feb 2001 01:03:48 +0000 (01:03 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 28 Feb 2001 01:03:48 +0000 (01:03 +0000)
Lib/cgi.py

index 9c38359d4bfc07824a66f4b3e2b9f4d9a30359c2..61b25cd72da1ba12a6a931bf128771493b68868d 100755 (executable)
@@ -43,7 +43,8 @@ import UserDict
 from StringIO import StringIO
 
 __all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
-           "SvFormContentDict","InterpFormContentDict","FormContent"]
+           "SvFormContentDict","InterpFormContentDict","FormContent",
+           "escape"]
 
 # Logging support
 # ===============