mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 1423594 Update functools import and pycompat r=rail
MozReview-Commit-ID: GA6ArqyvJFU --HG-- extra : rebase_source : 3ba6a46d5abfbdeb1e29798c1d8e46b81ca68734
This commit is contained in:
parent
4fdfa3ba9b
commit
2d9eac809a
@ -3,9 +3,10 @@
|
||||
# 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, division, print_function
|
||||
|
||||
import configparser
|
||||
import argparse
|
||||
import functools
|
||||
import hashlib
|
||||
import json
|
||||
import logging
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
import configparser
|
||||
import argparse
|
||||
import functools
|
||||
|
Loading…
x
Reference in New Issue
Block a user