1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from carlwgeorge/mock-import-fix

Use mock compatibility import
This commit is contained in:
Joffrey F 2018-01-23 09:55:13 -08:00 committed by GitHub
commit f679f77555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,9 +2,9 @@ from __future__ import absolute_import
from __future__ import unicode_literals
import docker
import mock
import pytest
from .. import mock
from compose import bundle
from compose import service
from compose.cli.errors import UserError