diff options
Diffstat (limited to 'Lib/xml/sax/xmlreader.py')
-rw-r--r-- | Lib/xml/sax/xmlreader.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py index f1c9d9d..6c7b77e 100644 --- a/Lib/xml/sax/xmlreader.py +++ b/Lib/xml/sax/xmlreader.py @@ -2,9 +2,7 @@ should be based on this code. """ import handler - -from _exceptions import SAXNotSupportedException, SAXNotRecognizedException - +from _exceptions import * # ===== XMLREADER ===== |