From: Fred Drake Date: Wed, 14 Mar 2001 22:43:47 +0000 (+0000) Subject: Import the exceptions that this module can raise. X-Git-Tag: v2.1b2~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=904f2fcbd78936baa1fb94fa8f0f2119da8ed44c;p=thirdparty%2FPython%2Fcpython.git Import the exceptions that this module can raise. --- diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py index 8d376c4cc007..f1c9d9db2ed2 100644 --- a/Lib/xml/sax/xmlreader.py +++ b/Lib/xml/sax/xmlreader.py @@ -3,6 +3,9 @@ should be based on this code. """ import handler +from _exceptions import SAXNotSupportedException, SAXNotRecognizedException + + # ===== XMLREADER ===== class XMLReader: