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/mutagenstripper.py | |
| parent | 6f21743fdae533d7a94f64fb03d706fb342aff01 (diff) | |
Improves documentation
Diffstat (limited to 'MAT/mutagenstripper.py')
| -rw-r--r-- | MAT/mutagenstripper.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAT/mutagenstripper.py b/MAT/mutagenstripper.py index ebc6b91..403c9a7 100644 --- a/MAT/mutagenstripper.py +++ b/MAT/mutagenstripper.py | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | ''' Take care of mutagen-supported formats (audio) | ||
| 2 | ''' | ||
| 3 | |||
| 1 | import parser | 4 | import parser |
| 2 | import shutil | ||
| 3 | 5 | ||
| 4 | 6 | ||
| 5 | class MutagenStripper(parser.GenericParser): | 7 | class MutagenStripper(parser.GenericParser): |
