Commit 34e73abf35b42eb215bdec57996d72d32a5a9d1e

Authored by Philippe Lagadec
Committed by GitHub
2 parents 743ac882 a0929696

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,7 +60,7 @@ __version__ = '0.50'
60 #=== IMPORTS ================================================================= 60 #=== IMPORTS =================================================================
61 61
62 import sys, codecs 62 import sys, codecs
63 -import .thirdparty import olefile 63 +from .thirdparty import olefile
64 from .thirdparty.tablestream import tablestream 64 from .thirdparty.tablestream import tablestream
65 65
66 66