From ea58877a784a7e3d923f293b551d47b287fc6209 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 12 Jan 2018 17:59:05 +0100 Subject: [PATCH] oleobj: use absolute import to make py3-compatible --- oletools/oleobj.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/oleobj.py b/oletools/oleobj.py index e5aab92..b91bbc7 100644 --- a/oletools/oleobj.py +++ b/oletools/oleobj.py @@ -67,7 +67,8 @@ except ImportError: del PARENT_DIR from oletools.thirdparty import olefile from oletools.thirdparty import xglob -from ppt_record_parser import is_ppt, PptFile, PptRecordExOleVbaActiveXAtom +from oletools.ppt_record_parser import (is_ppt, PptFile, + PptRecordExOleVbaActiveXAtom) # ----------------------------------------------------------------------------- # CHANGELOG: -- libgit2 0.21.4