diff options
-rwxr-xr-x | configure.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py index 7c32383db..2da5d4eac 100755 --- a/configure.py +++ b/configure.py @@ -523,6 +523,7 @@ def lex_me_harder(infofile, to_obj, allowed_groups, name_val_pairs): class LexerError(Exception): def __init__(self, msg, line): + super(LexerError, self).__init__(msg) self.msg = msg self.line = line |