summaryrefslogtreecommitdiff
path: root/docker/credentials/__init__.py
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2019-01-09 16:18:21 -0800
committerJoffrey F <joffrey@docker.com>2019-04-30 23:37:55 -0700
commita823acc2cae10c4635db2fb963cc37d8a23cc0c4 (patch)
tree6792cf991f7837a62f2ff2ca9c0f1ca6e451dabe /docker/credentials/__init__.py
parent41e1c054268104df1412f413245dc4b12951143e (diff)
downloaddocker-py-a823acc2cae10c4635db2fb963cc37d8a23cc0c4.tar.gz
Make dockerpycreds part of the SDK under docker.credentials
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker/credentials/__init__.py')
-rw-r--r--docker/credentials/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/credentials/__init__.py b/docker/credentials/__init__.py
new file mode 100644
index 0000000..31ad28e
--- /dev/null
+++ b/docker/credentials/__init__.py
@@ -0,0 +1,4 @@
+# flake8: noqa
+from .store import Store
+from .errors import StoreError, CredentialsNotFound
+from .constants import *