diff options
| author | jvoisin | 2011-06-21 20:41:18 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-21 20:41:18 +0200 |
| commit | 9e69adbe1b065707f8be4f146cc3c05660cef711 (patch) | |
| tree | d60509a4982d7699204059184c4343352fef52de /lib/mat.py | |
| parent | f0c9c5b56e3909ba36cc84ff82b05fab9a180911 (diff) | |
Add pdfrw, and many files that I have forgetten, sorry !
Diffstat (limited to 'lib/mat.py')
| -rw-r--r-- | lib/mat.py | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -14,6 +14,7 @@ import hachoir_editor | |||
| 14 | import images | 14 | import images |
| 15 | import audio | 15 | import audio |
| 16 | import misc | 16 | import misc |
| 17 | import archive | ||
| 17 | 18 | ||
| 18 | __version__ = "0.1" | 19 | __version__ = "0.1" |
| 19 | __author__ = "jvoisin" | 20 | __author__ = "jvoisin" |
| @@ -23,6 +24,7 @@ strippers = { | |||
| 23 | hachoir_parser.image.PngFile: images.PngStripper, | 24 | hachoir_parser.image.PngFile: images.PngStripper, |
| 24 | hachoir_parser.audio.MpegAudioFile: audio.MpegAudioStripper, | 25 | hachoir_parser.audio.MpegAudioFile: audio.MpegAudioStripper, |
| 25 | hachoir_parser.misc.PDFDocument: misc.PdfStripper, | 26 | hachoir_parser.misc.PDFDocument: misc.PdfStripper, |
| 27 | hachoir_parser.archive.TarFile: archive.TarStripper, | ||
| 26 | } | 28 | } |
| 27 | 29 | ||
| 28 | def create_class_file(name): | 30 | def create_class_file(name): |
