mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
added missing element to __all__
This commit is contained in:
parent
6c0a0e1538
commit
ff443a51eb
@ -43,7 +43,8 @@ import UserDict
|
|||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
|
||||||
__all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
|
__all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
|
||||||
"SvFormContentDict","InterpFormContentDict","FormContent"]
|
"SvFormContentDict","InterpFormContentDict","FormContent",
|
||||||
|
"escape"]
|
||||||
|
|
||||||
# Logging support
|
# Logging support
|
||||||
# ===============
|
# ===============
|
||||||
|
Loading…
Reference in New Issue
Block a user