]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Previous check-in was by mistake, undo it.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 7 Jun 2001 05:52:17 +0000 (05:52 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 7 Jun 2001 05:52:17 +0000 (05:52 +0000)
Lib/xml/sax/xmlreader.py

index 6c7b77ed50f093ff837416769e3ef4d35099e967..f1c9d9db2ed26a6abc9b9ee307a64fbcd86d7169 100644 (file)
@@ -2,7 +2,9 @@
 should be based on this code. """
 
 import handler
-from _exceptions import *
+
+from _exceptions import SAXNotSupportedException, SAXNotRecognizedException
+
 
 # ===== XMLREADER =====