From: Martin v. Löwis Date: Thu, 7 Jun 2001 05:52:17 +0000 (+0000) Subject: Previous check-in was by mistake, undo it. X-Git-Tag: v2.2a3~1604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c071955746c0ce296629d7b9194e2af14f5ce16;p=thirdparty%2FPython%2Fcpython.git Previous check-in was by mistake, undo it. --- diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py index 6c7b77ed50f0..f1c9d9db2ed2 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 =====