SF patch #790443: add SafeConfigParser to __all__
(Contributed by George Yoshida.)
This commit is contained in:
parent
aa1178b811
commit
99c2d531d1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue