Tristan Van Berkom pushed to branch bst-1.2 at BuildStream / buildstream
Commits:
-
c3ebd59a
by Javier Jardón at 2018-08-26T06:07:32Z
-
81261e3c
by Tristan Van Berkom at 2018-08-26T07:19:33Z
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 |
|