Move several steps closer to python3 compatibility
Signed-off-by: Igor Ch <usrenmae@gmail.com>
This commit is contained in:
parent
44f5a3ea46
commit
f1fc1d7a16
7 changed files with 10 additions and 8 deletions
|
|
@ -2,6 +2,7 @@ from __future__ import unicode_literals
|
|||
from __future__ import absolute_import
|
||||
import logging
|
||||
|
||||
from functools import reduce
|
||||
from .service import Service
|
||||
from .container import Container
|
||||
from docker.errors import APIError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue