diff options
| -rw-r--r-- | TODO | 6 | ||||
| -rw-r--r-- | test/test.py | 1 |
2 files changed, 1 insertions, 6 deletions
| @@ -3,9 +3,6 @@ GENERAL: | |||
| 3 | the ultimate goal is to remove | 3 | the ultimate goal is to remove |
| 4 | all "harmful meta" stuff | 4 | all "harmful meta" stuff |
| 5 | - Fix the ugly function get_sharedir | 5 | - Fix the ugly function get_sharedir |
| 6 | - a better external app handling | ||
| 7 | - cleaning a file (mat-gui) in a directory where you have no write permission : | ||
| 8 | pretends a cleaned file was created which is wrong ! | ||
| 9 | 6 | ||
| 10 | TESTSUITE: | 7 | TESTSUITE: |
| 11 | - return code ? | 8 | - return code ? |
| @@ -18,10 +15,9 @@ DOCUMENTATION: | |||
| 18 | 15 | ||
| 19 | GUI: | 16 | GUI: |
| 20 | - Drag and Drop | 17 | - Drag and Drop |
| 21 | - Fix the statusbar | ||
| 22 | - display harmrful meta per file | 18 | - display harmrful meta per file |
| 23 | 19 | ||
| 24 | FORMATS | 20 | FORMATS |
| 25 | - microsoft office < 2007 (ugly and insane) | 21 | - microsoft office < 2007 (ugly and insane) |
| 26 | - fix zip (fix python's ziplib) | 22 | - fix zip (fix python's ziplib) |
| 27 | - video's format ? | 23 | - videos format ? |
diff --git a/test/test.py b/test/test.py index 5c1d9fd..191e06e 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -30,7 +30,6 @@ except: | |||
| 30 | try: # python-mutagen : audio file format | 30 | try: # python-mutagen : audio file format |
| 31 | import mutagen | 31 | import mutagen |
| 32 | except: | 32 | except: |
| 33 | FILE_LIST.remove(('clean.mp3'), ('dirty.mp3')) | ||
| 34 | FILE_LIST.remove(('clean.ogg'), ('dirty.ogg')) | 33 | FILE_LIST.remove(('clean.ogg'), ('dirty.ogg')) |
| 35 | 34 | ||
| 36 | try: # file format managed by exiftool | 35 | try: # file format managed by exiftool |
