mirror of https://github.com/docker/docker-py.git
Re-add docker.utils.types module for backwards compatibility
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
7167189486
commit
8abb8eecfc
|
@ -0,0 +1,7 @@
|
|||
# Compatibility module. See https://github.com/docker/docker-py/issues/1196
|
||||
|
||||
import warnings
|
||||
|
||||
from ..types import Ulimit, LogConfig # flake8: noqa
|
||||
|
||||
warnings.warn('docker.utils.types is now docker.types', ImportWarning)
|
Loading…
Reference in New Issue