diff options
| author | jvoisin | 2011-08-06 22:43:17 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-06 22:43:17 +0200 |
| commit | 008cb53a98681ed1be8a1d2f767ecf50fba585bb (patch) | |
| tree | 99da4c28ec2a0ddbec48014e003d95047d111945 /lib/parser.py | |
| parent | c57b3b6dabff3eebc842f5c3fbd4b6459e6b6794 (diff) | |
Cleanup and more pylint conformity
Diffstat (limited to 'lib/parser.py')
| -rw-r--r-- | lib/parser.py | 1 |
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 | |||
| 19 | class GenericParser(object): | 20 | class GenericParser(object): |
| 20 | ''' | 21 | ''' |
| 21 | Parent class of all parsers | 22 | Parent class of all parsers |
