From 13de6447f5fd59c0a4f318241544388fb45325dd Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Mon, 15 Oct 2018 10:41:34 +0200 Subject: [PATCH] Update imports of log_helper --- oletools/msodde.py | 2 +- oletools/ooxml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- libgit2 0.21.4