summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
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