diff --git a/oletools/ppt_parser.py b/oletools/ppt_parser.py index 2a8cb37..4f01b1a 100644 --- a/oletools/ppt_parser.py +++ b/oletools/ppt_parser.py @@ -40,12 +40,7 @@ import struct import traceback import os -try: - # absolute import when oletools is installed - import oletools.thirdparty.olefile as olefile -except: - # relative import otherwise - import thirdparty.olefile as olefile +import thirdparty.olefile as olefile import zlib