fix docker_volume import error when docker Python package is missing

pull/27080/head
Matt Davis 7 years ago
parent 1289322147
commit 96a0bdeac5

@ -90,6 +90,9 @@ if not HAS_DOCKER_PY:
def __init__(self, **kwargs):
pass
class APIError:
def __init__(self, **kwargs):
pass
class DockerBaseClass(object):

Loading…
Cancel
Save