mirror of https://github.com/docker/docker-py.git
Fixed ImportErrors / package structure
This commit is contained in:
parent
8be4c1f0d3
commit
e56bc51fe2
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
from .auth import (
|
||||
INDEX_URL,
|
||||
encode_header,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
from .utils import mkbuildcontext, tar, compare_version # flake8: noqa
|
||||
from .utils import compare_version, mkbuildcontext, ping, tar # flake8: noqa
|
||||
|
|
|
|||
Loading…
Reference in New Issue