From 2c071955746c0ce296629d7b9194e2af14f5ce16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 7 Jun 2001 05:52:17 +0000 Subject: [PATCH] Previous check-in was by mistake, undo it. --- Lib/xml/sax/xmlreader.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Lib/xml/sax/xmlreader.py b/Lib/xml/sax/xmlreader.py index 6c7b77ed50f..f1c9d9db2ed 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 =====