parent
c06456da37
commit
21528f08d4
14 changed files with 1098 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from __future__ import unicode_literals
|
||||
from __future__ import absolute_import
|
||||
from docker import Client
|
||||
from ..packages.docker import Client
|
||||
import errno
|
||||
import logging
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ from .formatter import Formatter
|
|||
from .log_printer import LogPrinter
|
||||
from .utils import yesno
|
||||
|
||||
from docker.client import APIError
|
||||
from ..packages.docker.client import APIError
|
||||
from .errors import UserError
|
||||
from .docopt_command import NoSuchCommand
|
||||
from .socketclient import SocketClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue