call parent init, just to be safe
This commit is contained in:
parent
b0302e6fab
commit
69c2bca7b7
|
@ -5,6 +5,7 @@ from terminatorlib.config import err
|
||||||
|
|
||||||
class KeymapError(Exception):
|
class KeymapError(Exception):
|
||||||
def __init__(self, value):
|
def __init__(self, value):
|
||||||
|
Exception.__init__(self, value)
|
||||||
self.value = value
|
self.value = value
|
||||||
self.action = 'unknown'
|
self.action = 'unknown'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue