commit | 904f2fcbd78936baa1fb94fa8f0f2119da8ed44c | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Mar 14 22:43:47 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Mar 14 22:43:47 2001 +0000 |
tree | c58c96d546f49fc17c1d1f83f89cc3b162e7c5d0 | |
parent | adcf8a05a44a9053cb40d0cbc21b7c9c2559cf5f [diff] |
Import the exceptions that this module can raise.
diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py index 8d376c4..f1c9d9d 100644 --- a/Lib/xml/sax/xmlreader.py +++ b/Lib/xml/sax/xmlreader.py
@@ -3,6 +3,9 @@ import handler +from _exceptions import SAXNotSupportedException, SAXNotRecognizedException + + # ===== XMLREADER ===== class XMLReader: