Commit 13de6447f5fd59c0a4f318241544388fb45325dd
1 parent
a7eeca0a
Update imports of log_helper
Showing
2 changed files
with
2 additions
and
2 deletions
oletools/msodde.py
| @@ -61,7 +61,7 @@ import olefile | @@ -61,7 +61,7 @@ import olefile | ||
| 61 | from oletools import ooxml | 61 | from oletools import ooxml |
| 62 | from oletools import xls_parser | 62 | from oletools import xls_parser |
| 63 | from oletools import rtfobj | 63 | from oletools import rtfobj |
| 64 | -from oletools.util.log_helper import log_helper | 64 | +from oletools.common.log_helper import log_helper |
| 65 | 65 | ||
| 66 | # ----------------------------------------------------------------------------- | 66 | # ----------------------------------------------------------------------------- |
| 67 | # CHANGELOG: | 67 | # CHANGELOG: |
oletools/ooxml.py
| @@ -14,7 +14,7 @@ TODO: may have to tell apart single xml types: office2003 looks much different | @@ -14,7 +14,7 @@ TODO: may have to tell apart single xml types: office2003 looks much different | ||
| 14 | """ | 14 | """ |
| 15 | 15 | ||
| 16 | import sys | 16 | import sys |
| 17 | -from oletools.util.log_helper import log_helper | 17 | +from oletools.common.log_helper import log_helper |
| 18 | from zipfile import ZipFile, BadZipfile, is_zipfile | 18 | from zipfile import ZipFile, BadZipfile, is_zipfile |
| 19 | from os.path import splitext | 19 | from os.path import splitext |
| 20 | import io | 20 | import io |