summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index 6d59051..0e808a5 100755
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -34,6 +34,8 @@ import rfc822
import UserDict
from StringIO import StringIO
+__all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
+ "SvFormContentDict","InterpFormContentDict","FormContent"]
# Logging support
# ===============