From a09296969d6a7cecc5b0efadc4e2caf564c3f2f8 Mon Sep 17 00:00:00 2001 From: Naqushab Neyazee Date: Fri, 10 Mar 2017 22:32:15 +0530 Subject: [PATCH] fixed typo --- oletools/olemeta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oletools/olemeta.py b/oletools/olemeta.py index b366da7..6d66c8d 100644 --- a/oletools/olemeta.py +++ b/oletools/olemeta.py @@ -60,7 +60,7 @@ __version__ = '0.50' #=== IMPORTS ================================================================= import sys, codecs -import .thirdparty import olefile +from .thirdparty import olefile from .thirdparty.tablestream import tablestream -- libgit2 0.21.4