From: Johannes Schauer <josch@debian.org>
Date: Wed, 2 Aug 2017 10:37:12 +0200
X-Dgit-Generated: 0.21-4 3669cf51afb756ff45695b61ca4394a376d14127
Subject: fix ftbfs with new pycodestyle


---

--- botch-0.21.orig/Makefile
+++ botch-0.21/Makefile
@@ -315,7 +315,7 @@ test-python:
 	pyflakes3 tools/*.py
 	# E402 is triggered by the sys.path.append() statement in front of import of utils
 	# see https://github.com/PyCQA/pycodestyle/issues/264
-	pycodestyle --ignore=E402 tools/*.py
+	pycodestyle --ignore=E402,E722 tools/*.py
 
 .PHONY: test
 test: test-python test-man test-default test-selfcontained test-cross test-misc
