summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
-rw-r--r--test/test.py1
2 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index a1fb57e..e828e47 100644
--- a/TODO
+++ b/TODO
@@ -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
10TESTSUITE: 7TESTSUITE:
11 - return code ? 8 - return code ?
@@ -18,10 +15,9 @@ DOCUMENTATION:
18 15
19GUI: 16GUI:
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
24FORMATS 20FORMATS
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:
30try: # python-mutagen : audio file format 30try: # python-mutagen : audio file format
31 import mutagen 31 import mutagen
32except: 32except:
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
36try: # file format managed by exiftool 35try: # file format managed by exiftool