diff options
Diffstat (limited to 'tools/browsertime')
-rw-r--r-- | tools/browsertime/mach_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/browsertime/mach_commands.py b/tools/browsertime/mach_commands.py index f0e90445e9..a75a4d9b5d 100644 --- a/tools/browsertime/mach_commands.py +++ b/tools/browsertime/mach_commands.py @@ -44,7 +44,7 @@ import time import mozpack.path as mozpath from mach.decorators import Command, CommandArgument from mozbuild.base import BinaryNotFoundException, MachCommandBase -from mozbuild.util import mkdir +from mozbuild.dirutils import mkdir from six import StringIO AUTOMATION = "MOZ_AUTOMATION" in os.environ |