Commit ea58877a784a7e3d923f293b551d47b287fc6209
1 parent
56b79d1e
oleobj: use absolute import to make py3-compatible
Showing
1 changed file
with
2 additions
and
1 deletions
oletools/oleobj.py
| ... | ... | @@ -67,7 +67,8 @@ except ImportError: |
| 67 | 67 | del PARENT_DIR |
| 68 | 68 | from oletools.thirdparty import olefile |
| 69 | 69 | from oletools.thirdparty import xglob |
| 70 | -from ppt_record_parser import is_ppt, PptFile, PptRecordExOleVbaActiveXAtom | |
| 70 | +from oletools.ppt_record_parser import (is_ppt, PptFile, | |
| 71 | + PptRecordExOleVbaActiveXAtom) | |
| 71 | 72 | |
| 72 | 73 | # ----------------------------------------------------------------------------- |
| 73 | 74 | # CHANGELOG: | ... | ... |