mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28649 - jdm:python-310, r=jdm
Address python 3.10 issue in mach Fixes #28631.
This commit is contained in:
commit
10fa3085d9
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -144,6 +144,7 @@ directories = [
|
|||
"./components/script/dom/bindings/codegen/parser",
|
||||
"./components/script/dom/bindings/codegen/ply",
|
||||
"./python/_virtualenv*",
|
||||
"./python/mach",
|
||||
"./components/hashglobe/src",
|
||||
# Generated and upstream code combined with our own. Could use cleanup
|
||||
"./target",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue