diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-01-27 08:47:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-01-27 08:47:37 (GMT) |
commit | 52ce0d08374a7d0c14a8cca46a85d0b53c359fcc (patch) | |
tree | 12b2e7f4a2269d4efadc062d108fa3a6170e5ea3 /Lib/xml/dom/__init__.py | |
parent | d5fb58f1e34d85533dd7075541843cb6acf0f3cf (diff) | |
download | cpython-52ce0d08374a7d0c14a8cca46a85d0b53c359fcc.zip cpython-52ce0d08374a7d0c14a8cca46a85d0b53c359fcc.tar.gz cpython-52ce0d08374a7d0c14a8cca46a85d0b53c359fcc.tar.bz2 |
Re-indent.
Diffstat (limited to 'Lib/xml/dom/__init__.py')
-rw-r--r-- | Lib/xml/dom/__init__.py | 2 |
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( |