no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / python / mozperftest / mozperftest / __init__.py
blob3d12258de5febb6ca4d32938af1068ca3c6fca06
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 import mozlog
6 from mozperftest.argparser import ( # noqa
7 PerftestArgumentParser,
8 PerftestToolsArgumentParser,
10 from mozperftest.environment import MachEnvironment # noqa
11 from mozperftest.metadata import Metadata # noqa
13 logger = mozlog.commandline.setup_logging("mozperftest", {})