mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Re-indent.
This commit is contained in:
parent
d5fb58f1e3
commit
52ce0d0837
3 changed files with 14 additions and 14 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue