diff --git a/stdlib/2and3/xml/__init__.pyi b/stdlib/2and3/xml/__init__.pyi index d8e2500a8..e69de29bb 100644 --- a/stdlib/2and3/xml/__init__.pyi +++ b/stdlib/2and3/xml/__init__.pyi @@ -1,16 +0,0 @@ -class SAXException(Exception): - def __init__(self, msg, exception=None): ... - def getMessage(self): ... - def getException(self): ... - def __getitem__(self, ix): ... - -class SAXParseException(SAXException): - def __init__(self, msg, exception, locator): ... - def getColumnNumber(self): ... - def getLineNumber(self): ... - def getPublicId(self): ... - def getSystemId(self): ... - -class SAXNotRecognizedException(SAXException): ... -class SAXNotSupportedException(SAXException): ... -class SAXReaderNotAvailable(SAXNotSupportedException): ...