commit | 2c071955746c0ce296629d7b9194e2af14f5ce16 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jun 07 05:52:17 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jun 07 05:52:17 2001 +0000 |
tree | 28c1c86c881b936c046139c0a7c250e7549cf2d2 | |
parent | d895b20da08983caf35d4a5f46a587a20cfe2590 [diff] [blame] |
Previous check-in was by mistake, undo it.
diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py index 6c7b77e..f1c9d9d 100644 --- a/Lib/xml/sax/xmlreader.py +++ b/Lib/xml/sax/xmlreader.py
@@ -2,7 +2,9 @@ should be based on this code. """ import handler -from _exceptions import * + +from _exceptions import SAXNotSupportedException, SAXNotRecognizedException + # ===== XMLREADER =====