mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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 sys
|
||||||
import traceback
|
import traceback
|
||||||
import uuid
|
import uuid
|
||||||
from collections import Iterable
|
from collections.abc import Iterable
|
||||||
|
|
||||||
from six import string_types
|
from six import string_types
|
||||||
|
|
||||||
|
|
|
@ -144,6 +144,7 @@ directories = [
|
||||||
"./components/script/dom/bindings/codegen/parser",
|
"./components/script/dom/bindings/codegen/parser",
|
||||||
"./components/script/dom/bindings/codegen/ply",
|
"./components/script/dom/bindings/codegen/ply",
|
||||||
"./python/_virtualenv*",
|
"./python/_virtualenv*",
|
||||||
|
"./python/mach",
|
||||||
"./components/hashglobe/src",
|
"./components/hashglobe/src",
|
||||||
# Generated and upstream code combined with our own. Could use cleanup
|
# Generated and upstream code combined with our own. Could use cleanup
|
||||||
"./target",
|
"./target",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue