Jonathan Maw pushed to branch jonathan/wsl-tests at BuildStream / buildstream
Commits:
-
5280a50a
by Jonathan Maw at 2019-01-23T18:11:21Z
1 changed file:
Changes:
... | ... | @@ -3,7 +3,7 @@ import pytest |
3 | 3 |
|
4 | 4 |
from buildstream._exceptions import ErrorDomain, LoadErrorReason
|
5 | 5 |
from tests.testutils import cli, filetypegenerator
|
6 |
-from collections import contextmanager
|
|
6 |
+from contextlib import contextmanager
|
|
7 | 7 |
|
8 | 8 |
DATA_DIR = os.path.join(
|
9 | 9 |
os.path.dirname(os.path.realpath(__file__)),
|