diff options
| author | jvoisin | 2013-04-02 17:05:17 +0200 |
|---|---|---|
| committer | jvoisin | 2013-04-02 17:05:17 +0200 |
| commit | 3a7b4243f3a1665f1f6c1142b0b908c10a57d3e7 (patch) | |
| tree | da326fbd493813ab72b5edbf5fc608b3b64d9d6a | |
| parent | babc7346b08386b9fdc11f0c72fb45f407846ca0 (diff) | |
| parent | 0d2986becf947a367fe89402a26287019d9c2dbe (diff) | |
Merge branch 'master' into gtk3
| -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() |
