Bug 1529894 - fix flake failure on a CLOSED TREE.

This commit is contained in:
Gurzau Raul 2019-03-06 09:14:00 +02:00
parent bef82f111d
commit 7dc522fa55

View File

@ -14,7 +14,6 @@ from zipfile import (
ZIP_DEFLATED, ZIP_DEFLATED,
) )
from collections import OrderedDict from collections import OrderedDict
from urlparse import urlparse, ParseResult
import mozpack.path as mozpath import mozpack.path as mozpath
from mozbuild.util import memoize from mozbuild.util import memoize