From ba9305438ed986d1ad66844bbd6247c4b0bbcb58 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 21 Dec 2021 14:24:00 -0500 Subject: [PATCH] Update deprecated python import. --- python/mach/mach/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mach/mach/main.py b/python/mach/mach/main.py index 6de9f92881e..83f01128513 100644 --- a/python/mach/mach/main.py +++ b/python/mach/mach/main.py @@ -16,7 +16,7 @@ import os import sys import traceback import uuid -from collections import Iterable +from collections.abc import Iterable from six import string_types