Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
c53d190b
by Javier Jardón at 2018-08-26T06:04:58Z
-
a9390efd
by Tristan Van Berkom at 2018-08-26T07:27:50Z
1 changed file:
Changes:
... | ... | @@ -29,7 +29,7 @@ import sys |
29 | 29 |
import re
|
30 | 30 |
import shlex
|
31 | 31 |
import subprocess
|
32 |
-from collections import Mapping
|
|
32 |
+from collections.abc import Mapping
|
|
33 | 33 |
from contextlib import contextmanager
|
34 | 34 |
from tempfile import TemporaryDirectory
|
35 | 35 |
|