aboutsummaryrefslogtreecommitdiffstats
path: root/release/hooks
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-12-11 23:07:47 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-12-11 23:07:47 +0100
commit980a84326bf2daa398b201fd3722696476c4913d (patch)
tree63ebd9c069da24149bc64e3e1e96f9573225f990 /release/hooks
parent6dcd620c4af141c95800d3b8dd0fb177c896c41e (diff)
downloadmitmproxy-980a84326bf2daa398b201fd3722696476c4913d.tar.gz
mitmproxy-980a84326bf2daa398b201fd3722696476c4913d.tar.bz2
mitmproxy-980a84326bf2daa398b201fd3722696476c4913d.zip
InstallBuilder (#1826)
Diffstat (limited to 'release/hooks')
-rw-r--r--release/hooks/hook-cryptography.py3
-rw-r--r--release/hooks/hook-pydivert.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/release/hooks/hook-cryptography.py b/release/hooks/hook-cryptography.py
index d53a438b..5ecbd6cc 100644
--- a/release/hooks/hook-cryptography.py
+++ b/release/hooks/hook-cryptography.py
@@ -1,4 +1,5 @@
# Taken from the latest pyinstaller master on 2016-11-27 (0729a2b).
+# flake8: noqa
#-----------------------------------------------------------------------------
# Copyright (c) 2005-2016, PyInstaller Development Team.
@@ -40,4 +41,4 @@ cryptography_dir = os.path.dirname(get_module_file_attribute('cryptography'))
for ext in EXTENSION_SUFFIXES:
ffimods = glob.glob(os.path.join(cryptography_dir, '*_cffi_*%s*' % ext))
for f in ffimods:
- binaries.append((f, 'cryptography')) \ No newline at end of file
+ binaries.append((f, 'cryptography'))
diff --git a/release/hooks/hook-pydivert.py b/release/hooks/hook-pydivert.py
index 3fe8c552..72b7eb7d 100644
--- a/release/hooks/hook-pydivert.py
+++ b/release/hooks/hook-pydivert.py
@@ -1,3 +1,3 @@
from PyInstaller.utils.hooks import collect_data_files
-datas = collect_data_files('pydivert.windivert_dll') \ No newline at end of file
+datas = collect_data_files('pydivert.windivert_dll')