Commit 34e73abf35b42eb215bdec57996d72d32a5a9d1e
Committed by
GitHub
Merge pull request #145 from naqushab/patch-1
olemeta: fixed import typo
Showing
1 changed file
with
1 additions
and
1 deletions
oletools/olemeta.py
| ... | ... | @@ -60,7 +60,7 @@ __version__ = '0.50' |
| 60 | 60 | #=== IMPORTS ================================================================= |
| 61 | 61 | |
| 62 | 62 | import sys, codecs |
| 63 | -import .thirdparty import olefile | |
| 63 | +from .thirdparty import olefile | |
| 64 | 64 | from .thirdparty.tablestream import tablestream |
| 65 | 65 | |
| 66 | 66 | ... | ... |