aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-oletools/unbundle.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-oletools/unbundle.patch')
-rw-r--r--testing/py3-oletools/unbundle.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/testing/py3-oletools/unbundle.patch b/testing/py3-oletools/unbundle.patch
deleted file mode 100644
index 57b82212974..00000000000
--- a/testing/py3-oletools/unbundle.patch
+++ /dev/null
@@ -1,46 +0,0 @@
---- a/oletools/oletimes.py
-+++ b/oletools/oletimes.py
-@@ -78,7 +78,7 @@
-
- import olefile
- from oletools.thirdparty import xglob
--from oletools.thirdparty.prettytable import prettytable
-+from prettytable import prettytable
-
-
- # === FUNCTIONS ==============================================================
---- a/oletools/pyxswf.py
-+++ b/oletools/pyxswf.py
-@@ -78,7 +78,7 @@
- import optparse, sys, os
- from . import rtfobj
- from io import BytesIO
--from .thirdparty.xxxswf import xxxswf
-+from xxxswf import xxxswf
- import olefile
-
-
---- a/setup.py
-+++ b/setup.py
-@@ -94,8 +94,6 @@
- "oletools.common",
- "oletools.common.log_helper",
- 'oletools.thirdparty',
-- 'oletools.thirdparty.xxxswf',
-- 'oletools.thirdparty.prettytable',
- 'oletools.thirdparty.xglob',
- 'oletools.thirdparty.tablestream',
- 'oletools.thirdparty.oledump',
-@@ -176,12 +174,6 @@
-
- 'oletools.thirdparty.xglob': [
- 'LICENSE.txt',
-- ],
-- 'oletools.thirdparty.xxxswf': [
-- 'LICENSE.txt',
-- ],
-- 'oletools.thirdparty.prettytable': [
-- 'CHANGELOG', 'COPYING', 'README'
- ],
- 'oletools.thirdparty.DridexUrlDecoder': [
- 'LICENSE.txt',