Skip to content

Commit

Permalink
Bug 1559975 - Make configure.py lint with 'py2' and 'py3' r=catlee
Browse files Browse the repository at this point in the history
Depends on D36090

Differential Revision: https://phabricator.services.mozilla.com/D36091
  • Loading branch information
Justin Wood committed Jul 8, 2019
1 parent 9f59cec commit 74f448a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools/lint/py2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ py2:
- build
- client.py
- config
- configure.py
- dom
- editor
- gfx
Expand Down

0 comments on commit 74f448a

Please sign in to comment.