Skip to content

Commit d922713

Browse files
committed
Reorganize docker.transport package
Signed-off-by: Joffrey F <[email protected]>
1 parent b5d9312 commit d922713

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

docker/transport/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# flake8: noqa
2-
from .npipe import NpipeAdapter
32
from .unixconn import UnixAdapter
3+
try:
4+
from .npipeconn import NpipeAdapter
5+
except ImportError:
6+
pass

docker/transport/npipe/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docker/transport/unixconn/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)