File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2020* Renamed ` ParameterServerProxy ` to ` ParameterServer ` .
2121* Renamed ` ServiceProxy ` and ` ServiceProxyManager ` to ` Service ` and
2222 ` ServiceManager ` .
23+ * Removed ` client_docker ` property from ` ROSWire ` .
2324
2425
2526# 1.0.0 (2020-31-03)
Original file line number Diff line number Diff line change 99import logging
1010import contextlib
1111
12- from docker import DockerClient
13-
1412from .exceptions import ROSWireException
1513from .description import SystemDescription , SystemDescriptionManager
1614from .system import System
@@ -65,10 +63,6 @@ def __init__(self,
6563 def workspace (self ) -> str :
6664 return self .__dir_workspace
6765
68- @property
69- def client_docker (self ) -> DockerClient :
70- return self .__containers .docker_client
71-
7266 @property
7367 def containers (self ) -> ContainerManager :
7468 return self .__containers
You can’t perform that action at this time.
0 commit comments