call parent init, just to be safe

This commit is contained in:
Chris Jones 2009-05-07 01:44:59 +01:00
parent b0302e6fab
commit 69c2bca7b7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from terminatorlib.config import err
class KeymapError(Exception):
def __init__(self, value):
Exception.__init__(self, value)
self.value = value
self.action = 'unknown'