From e2f39860ec1df108c674404266df698053700b16 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 27 May 2010 22:36:04 +0200 Subject: [PATCH] No longer need the lxml.objectify hook, this is in PyInstaller 1.4. --- resources/pyinstaller/hook-lxml.objectify.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 resources/pyinstaller/hook-lxml.objectify.py diff --git a/resources/pyinstaller/hook-lxml.objectify.py b/resources/pyinstaller/hook-lxml.objectify.py deleted file mode 100644 index 9d83432df..000000000 --- a/resources/pyinstaller/hook-lxml.objectify.py +++ /dev/null @@ -1 +0,0 @@ -hiddenimports = ['lxml.etree']