diff options
Diffstat (limited to 'lib/parser.py')
| -rw-r--r-- | lib/parser.py | 8 |
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 | ||
| 10 | import mat | 10 | import mat |
| 11 | 11 | ||
| 12 | NOMETA = ('.bmp', 'html', '.py', '.rdf', '.txt', '.xml') | 12 | NOMETA = ('.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 | ||
| 15 | class GenericParser(object): | 19 | class GenericParser(object): |
| 16 | ''' | 20 | ''' |
