summaryrefslogtreecommitdiff
path: root/MAT/exiftool.py
diff options
context:
space:
mode:
authorjvoisin2013-04-05 11:00:47 +0200
committerjvoisin2013-04-05 11:00:47 +0200
commit8516bb77f86ebdcedb1e64f56f9acd673027ddcb (patch)
treea93079693531263dfc5802ea42313c53dcaa0493 /MAT/exiftool.py
parent861996f614950c7061097a049efd56f5a0a4b6a5 (diff)
parent3d8e11ce644833106f22778f3171c52a51ff69fe (diff)
Merge branches 'gi_jack' and 'gtk3'
Conflicts: mat-gui
Diffstat (limited to 'MAT/exiftool.py')
-rw-r--r--MAT/exiftool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/exiftool.py b/MAT/exiftool.py
index 8557a61..d3c5b2a 100644
--- a/MAT/exiftool.py
+++ b/MAT/exiftool.py
@@ -14,7 +14,7 @@ class ExiftoolStripper(parser.GenericParser):
14 def __init__(self, filename, parser, mime, backup, **kwargs): 14 def __init__(self, filename, parser, mime, backup, **kwargs):
15 super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs) 15 super(ExiftoolStripper, self).__init__(filename, parser, mime, backup, **kwargs)
16 self.allowed = ['ExifTool Version Number', 'File Name', 'Directory', 16 self.allowed = ['ExifTool Version Number', 'File Name', 'Directory',
17 'File Size', 'File Modification Date/Time', 'File Permissions', 17 'File Size', 'File Modification Date/Time', 'File Access Date/Time', 'File Permissions',
18 'File Type', 'MIME Type', 'Image Width', 'Image Height', 18 'File Type', 'MIME Type', 'Image Width', 'Image Height',
19 'Image Size'] 19 'Image Size']
20 self._set_allowed() 20 self._set_allowed()