Support python 3
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
17682c58db
commit
809443d6d0
23 changed files with 128 additions and 85 deletions
|
|
@ -3,9 +3,8 @@ from __future__ import unicode_literals
|
|||
|
||||
import os
|
||||
|
||||
import mock
|
||||
|
||||
from compose.cli import docker_client
|
||||
from tests import mock
|
||||
from tests import unittest
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue