SF patch #790443: add SafeConfigParser to __all__

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger 2003-09-01 23:30:44 +00:00
parent aa1178b811
commit 99c2d531d1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ import re
__all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
"InterpolationError", "InterpolationDepthError",
"InterpolationSyntaxError", "ParsingError",
"MissingSectionHeaderError", "ConfigParser",
"MissingSectionHeaderError", "ConfigParser", "SafeConfigParser",
"DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
DEFAULTSECT = "DEFAULT"