diff options
Diffstat (limited to 'libmat/exiftool.py')
| -rw-r--r-- | libmat/exiftool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat/exiftool.py b/libmat/exiftool.py index 78550ed..efe6002 100644 --- a/libmat/exiftool.py +++ b/libmat/exiftool.py | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | """ | 2 | """ |
| 3 | 3 | ||
| 4 | import subprocess | 4 | import subprocess |
| 5 | import parser | 5 | from libmat import parser |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | class ExiftoolStripper(parser.GenericParser): | 8 | class ExiftoolStripper(parser.GenericParser): |
