From 962e9aec5ffcdaae39e06f277dd47d1943205c37 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 26 Jul 2011 15:14:48 +0200 Subject: Bugfixes (especially for pdf), and more pylint conformity --- lib/parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/parser.py') diff --git a/lib/parser.py b/lib/parser.py index 28e0849..ae647fe 100644 --- a/lib/parser.py +++ b/lib/parser.py @@ -12,7 +12,7 @@ import mat NOMETA = ('.bmp', 'html', '.py', '.rdf', '.txt', '.xml') -class Generic_parser(object): +class GenericParser(object): def __init__(self, realname, filename, parser, editor, backup, add2archive): basename, ext = os.path.splitext(filename) @@ -78,7 +78,7 @@ class Generic_parser(object): return True if the field is compromizing abstract method ''' - raise NotImplementedError() + raise NotImplementedError def do_backup(self): ''' -- cgit v1.3