mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Update deprecated python import.
This commit is contained in:
parent
708bf2f637
commit
ba9305438e
1 changed files with 1 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue