summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/utils/types.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/utils/types.py b/docker/utils/types.py
new file mode 100644
index 0000000..8098c47
--- /dev/null
+++ b/docker/utils/types.py
@@ -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)