summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml/dom/__init__.py')
-rw-r--r--Lib/xml/dom/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/dom/__init__.py b/Lib/xml/dom/__init__.py
index 0296567..5eb15ae 100644
--- a/Lib/xml/dom/__init__.py
+++ b/Lib/xml/dom/__init__.py
@@ -60,7 +60,7 @@ INVALID_ACCESS_ERR = 15
class DOMException(Exception):
"""Abstract base class for DOM exceptions.
Exceptions with specific codes are specializations of this class."""
-
+
def __init__(self, *args, **kw):
if self.__class__ is DOMException:
raise RuntimeError(