From 98fb7fe1f0edec16ecd405707cc903d2b4a7dc40 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 28 Mar 2016 00:06:52 +0200 Subject: First step toward python3 --- libmat/exiftool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat/exiftool.py') 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 @@ """ import subprocess -import parser +from libmat import parser class ExiftoolStripper(parser.GenericParser): -- cgit v1.3