Bug 1406650 - Make build/*.py and a few other files flake8 compatible and add them to the list of files to check r=chmanchester

MozReview-Commit-ID: icmFJtbWdN
This commit is contained in:
Sylvestre Ledru
2017-10-07 16:45:22 +02:00
parent dffbe381e6
commit 69d68b3c4f
14 changed files with 123 additions and 77 deletions

View File

@@ -7,7 +7,6 @@ from __future__ import print_function, unicode_literals
import codecs
import itertools
import os
import subprocess
import sys
import textwrap