diff options
| author | jvoisin | 2013-10-27 23:01:20 +0000 |
|---|---|---|
| committer | jvoisin | 2013-10-27 23:01:20 +0000 |
| commit | 4c81e731a485d3ea84049ef6d568153c8b10e90b (patch) | |
| tree | 86ad43d7df67ed8d27cfbe7ff60dda1545784845 /MAT/strippers.py | |
| parent | 6f21743fdae533d7a94f64fb03d706fb342aff01 (diff) | |
Improves documentation
Diffstat (limited to 'MAT/strippers.py')
| -rw-r--r-- | MAT/strippers.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/MAT/strippers.py b/MAT/strippers.py index f6ae899..78113ff 100644 --- a/MAT/strippers.py +++ b/MAT/strippers.py | |||
| @@ -1,16 +1,15 @@ | |||
| 1 | ''' | 1 | ''' Manage which fileformat can be processed |
| 2 | Manage which fileformat can be processed | ||
| 3 | ''' | 2 | ''' |
| 4 | 3 | ||
| 5 | import images | 4 | import archive |
| 6 | import audio | 5 | import audio |
| 7 | import gi | 6 | import gi |
| 8 | import office | 7 | import images |
| 9 | import archive | 8 | import logging |
| 10 | import mat | 9 | import mat |
| 11 | import misc | 10 | import misc |
| 11 | import office | ||
| 12 | import subprocess | 12 | import subprocess |
| 13 | import logging | ||
| 14 | 13 | ||
| 15 | STRIPPERS = { | 14 | STRIPPERS = { |
| 16 | 'application/x-tar': archive.TarStripper, | 15 | 'application/x-tar': archive.TarStripper, |
