summaryrefslogtreecommitdiff
path: root/libmat2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmat2/__init__.py')
-rw-r--r--libmat2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/__init__.py b/libmat2/__init__.py
index 399a364..58cf976 100644
--- a/libmat2/__init__.py
+++ b/libmat2/__init__.py
@@ -40,7 +40,7 @@ DEPENDENCIES = {
40 40
41 41
42 42
43def check_dependencies() -> dict: 43def check_dependencies() -> Dict[str, bool]:
44 ret = collections.defaultdict(bool) # type: Dict[str, bool] 44 ret = collections.defaultdict(bool) # type: Dict[str, bool]
45 45
46 ret['Exiftool'] = True if exiftool._get_exiftool_path() else False 46 ret['Exiftool'] = True if exiftool._get_exiftool_path() else False