diff options
| author | jvoisin | 2013-04-05 11:00:47 +0200 |
|---|---|---|
| committer | jvoisin | 2013-04-05 11:00:47 +0200 |
| commit | 8516bb77f86ebdcedb1e64f56f9acd673027ddcb (patch) | |
| tree | a93079693531263dfc5802ea42313c53dcaa0493 /MAT/exiftool.py | |
| parent | 861996f614950c7061097a049efd56f5a0a4b6a5 (diff) | |
| parent | 3d8e11ce644833106f22778f3171c52a51ff69fe (diff) | |
Merge branches 'gi_jack' and 'gtk3'
Conflicts:
mat-gui
Diffstat (limited to '')
| -rw-r--r-- | MAT/exiftool.py | 2 |
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() |
