Bug 1559975 - Make configure.py lint with 'py2' and 'py3' r=catlee

Depends on D36090

Differential Revision: https://phabricator.services.mozilla.com/D36091

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Justin Wood 2019-07-08 17:34:09 +00:00
Родитель 474a08164f
Коммит 7a37d64346
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
# 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 print_function, unicode_literals
from __future__ import absolute_import, print_function, unicode_literals
import codecs
import itertools

Просмотреть файл

@ -6,7 +6,6 @@ py2:
- build
- client.py
- config
- configure.py
- dom
- editor
- gfx