summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/artifact_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mozbuild/mozbuild/artifact_cache.py')
-rw-r--r--python/mozbuild/mozbuild/artifact_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mozbuild/mozbuild/artifact_cache.py b/python/mozbuild/mozbuild/artifact_cache.py
index 572953e1f7..bd6dd89697 100644
--- a/python/mozbuild/mozbuild/artifact_cache.py
+++ b/python/mozbuild/mozbuild/artifact_cache.py
@@ -31,7 +31,7 @@ import mozpack.path as mozpath
import six
import six.moves.urllib.parse as urlparse
-from mozbuild.util import mkdir
+from mozbuild.dirutils import mkdir
# Using 'DownloadManager' through the provided interface we
# can't directly specify a 'chunk_size' for the 'Download' it manages.