Reorganize docker.transport package

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-06-02 17:52:32 -07:00
parent b5d9312f9a
commit d922713923
6 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# flake8: noqa
from .npipe import NpipeAdapter
from .unixconn import UnixAdapter
try:
from .npipeconn import NpipeAdapter
except ImportError:
pass

View File

@ -1 +0,0 @@
from .npipeconn import NpipeAdapter # flake8: noqa

View File

@ -1 +0,0 @@
from .unixconn import UnixAdapter # flake8: noqa