summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rw-r--r--lib/mat.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index fb28fe7..ac31d1a 100644
--- a/TODO
+++ b/TODO
@@ -4,9 +4,6 @@ GENERAL:
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 6
7GUI:
8 - display harmrful meta per file
9
10 7
11FORMATS: 8FORMATS:
12 NEW: 9 NEW:
diff --git a/lib/mat.py b/lib/mat.py
index dfcfc57..16ea301 100644
--- a/lib/mat.py
+++ b/lib/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import strippers 16import strippers
17 17
18__version__ = '0.2.2' 18__version__ = '0.3.0'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence