diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-12-21 14:24:00 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2021-12-21 14:24:00 -0500 |
commit | ba9305438ed986d1ad66844bbd6247c4b0bbcb58 (patch) | |
tree | 5a6d278bdedde96862e250109a5703a4c430ed2c /python | |
parent | 708bf2f637d7b282161aace3db3008601622b978 (diff) | |
download | servo-ba9305438ed986d1ad66844bbd6247c4b0bbcb58.tar.gz servo-ba9305438ed986d1ad66844bbd6247c4b0bbcb58.zip |
Update deprecated python import.
Diffstat (limited to 'python')
-rw-r--r-- | python/mach/mach/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |