Bug 1408365 - Enable flake8/py2/py3 linters on python/mozboot. r=ahal

MozReview-Commit-ID: 3koZq509bjP
This commit is contained in:
Steve Armand
2017-10-13 23:33:00 -04:00
parent 0254a57b6a
commit bc0b25b8f4
21 changed files with 102 additions and 60 deletions

View File

@@ -2,6 +2,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
from __future__ import absolute_import
from distutils.core import setup
VERSION = '0.1'