From 5d7a64455179742a84f89231d39b6a12ca8f8acb Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 17 Jan 2018 09:50:08 +0100 Subject: [PATCH] ppt_record_parser: ensure import is relative --- oletools/ppt_record_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oletools/ppt_record_parser.py b/oletools/ppt_record_parser.py index c21f13a..d8cb6b4 100644 --- a/oletools/ppt_record_parser.py +++ b/oletools/ppt_record_parser.py @@ -45,7 +45,7 @@ Alternative to ppt_parser.py that works on records import sys from struct import unpack # unsigned: 1 Byte = B, 2 Byte = H, 4 Byte = L import logging -import record_base +from . import record_base import io import zlib -- libgit2 0.21.4