Bug 1423594 Update functools import and pycompat r=rail

MozReview-Commit-ID: GA6ArqyvJFU

--HG--
extra : rebase_source : 3ba6a46d5abfbdeb1e29798c1d8e46b81ca68734
This commit is contained in:
Simon Fraser 2017-12-06 14:56:56 +00:00
parent 4fdfa3ba9b
commit 2d9eac809a
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
from __future__ import absolute_import, division, print_function
import configparser
import argparse
import functools