added missing element to __all__

This commit is contained in:
Skip Montanaro 2001-02-28 01:03:48 +00:00
parent 6c0a0e1538
commit ff443a51eb

View File

@ -43,7 +43,8 @@ import UserDict
from StringIO import StringIO
__all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
"SvFormContentDict","InterpFormContentDict","FormContent"]
"SvFormContentDict","InterpFormContentDict","FormContent",
"escape"]
# Logging support
# ===============