diff options
| author | jvoisin | 2016-03-28 00:06:52 +0200 |
|---|---|---|
| committer | jvoisin | 2016-03-28 00:06:52 +0200 |
| commit | 98fb7fe1f0edec16ecd405707cc903d2b4a7dc40 (patch) | |
| tree | a4381c8f10d8d473a26ac878a27c67153d645373 /libmat/exiftool.py | |
| parent | e56992e8e0ef197974932cf3849f3e2fab7281df (diff) | |
First step toward python3
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): |
