From: Johannes 'josch' Schauer <josch@mister-muffin.de>
Date: Sat, 19 Nov 2016 09:44:14 +0100
X-Dgit-Generated: 0.20-3 3a8cc39608823f102337890d7354989135937d64
Subject: Use pycodestyle instead of pep8


---

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