summaryrefslogtreecommitdiff
path: root/lib/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parser.py')
-rw-r--r--lib/parser.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/parser.py b/lib/parser.py
index 1bdca57..fd0ed13 100644
--- a/lib/parser.py
+++ b/lib/parser.py
@@ -9,8 +9,12 @@ import os
9 9
10import mat 10import mat
11 11
12NOMETA = ('.bmp', 'html', '.py', '.rdf', '.txt', '.xml') 12NOMETA = ('.bmp', '.rdf', '.txt', '.xml', '.rels')
13 13#bmp : image
14#rdf : text
15#txt : plain text
16#xml : formated text
17#rels : openxml foramted text
14 18
15class GenericParser(object): 19class GenericParser(object):
16 ''' 20 '''