From 904f2fcbd78936baa1fb94fa8f0f2119da8ed44c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 14 Mar 2001 22:43:47 +0000 Subject: Import the exceptions that this module can raise. --- Lib/xml/sax/xmlreader.py | 3 +++ 1 file changed, 3 insertions(+) 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 @@ should be based on this code. """ import handler +from _exceptions import SAXNotSupportedException, SAXNotRecognizedException + + # ===== XMLREADER ===== class XMLReader: -- cgit v0.12