Re-indent.

This commit is contained in:
Martin v. Löwis 2001-01-27 08:47:37 +00:00
parent d5fb58f1e3
commit 52ce0d0837
3 changed files with 14 additions and 14 deletions

View file

@ -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(