summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
authorjvoisin2011-08-06 22:43:17 +0200
committerjvoisin2011-08-06 22:43:17 +0200
commit008cb53a98681ed1be8a1d2f767ecf50fba585bb (patch)
tree99da4c28ec2a0ddbec48014e003d95047d111945 /lib/parser.py
parentc57b3b6dabff3eebc842f5c3fbd4b6459e6b6794 (diff)
Cleanup and more pylint conformity
Diffstat (limited to 'lib/parser.py')
-rw-r--r--lib/parser.py1
1 files changed, 1 insertions, 0 deletions
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')
16#xml : formated text 16#xml : formated text
17#rels : openxml foramted text 17#rels : openxml foramted text
18 18
19
19class GenericParser(object): 20class GenericParser(object):
20 ''' 21 '''
21 Parent class of all parsers 22 Parent class of all parsers