diff options
Diffstat (limited to 'libmat2/parser_factory.py')
| -rw-r--r-- | libmat2/parser_factory.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmat2/parser_factory.py b/libmat2/parser_factory.py index 621640b..4a0ca0d 100644 --- a/libmat2/parser_factory.py +++ b/libmat2/parser_factory.py | |||
| @@ -18,6 +18,8 @@ def __load_all_parsers(): | |||
| 18 | continue | 18 | continue |
| 19 | elif fname.endswith('__init__.py'): | 19 | elif fname.endswith('__init__.py'): |
| 20 | continue | 20 | continue |
| 21 | elif fname.endswith('exiftool.py'): | ||
| 22 | continue | ||
| 21 | basename = os.path.basename(fname) | 23 | basename = os.path.basename(fname) |
| 22 | name, _ = os.path.splitext(basename) | 24 | name, _ = os.path.splitext(basename) |
| 23 | importlib.import_module('.' + name, package='libmat2') | 25 | importlib.import_module('.' + name, package='libmat2') |
