Commit a09296969d6a7cecc5b0efadc4e2caf564c3f2f8

Authored by Naqushab Neyazee
Committed by GitHub
1 parent 743ac882

fixed 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