From 008cb53a98681ed1be8a1d2f767ecf50fba585bb Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 6 Aug 2011 22:43:17 +0200 Subject: Cleanup and more pylint conformity --- lib/parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/parser.py') diff --git a/lib/parser.py b/lib/parser.py index fd0ed13..e1b8f11 100644 --- a/lib/parser.py +++ b/lib/parser.py @@ -16,6 +16,7 @@ NOMETA = ('.bmp', '.rdf', '.txt', '.xml', '.rels') #xml : formated text #rels : openxml foramted text + class GenericParser(object): ''' Parent class of all parsers -- cgit v1.3