diff --git a/oletools/msodde.py b/oletools/msodde.py index f058431..69eac6c 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -61,7 +61,7 @@ import olefile from oletools import ooxml from oletools import xls_parser from oletools import rtfobj -from oletools.util.log_helper import log_helper +from oletools.common.log_helper import log_helper # ----------------------------------------------------------------------------- # CHANGELOG: diff --git a/oletools/ooxml.py b/oletools/ooxml.py index df857e2..78ef489 100644 --- a/oletools/ooxml.py +++ b/oletools/ooxml.py @@ -14,7 +14,7 @@ TODO: may have to tell apart single xml types: office2003 looks much different """ import sys -from oletools.util.log_helper import log_helper +from oletools.common.log_helper import log_helper from zipfile import ZipFile, BadZipfile, is_zipfile from os.path import splitext import io