mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Rename internal docker module to dock
This commit is contained in:
parent
ef8c98ef20
commit
68534e62ef
@ -8,8 +8,8 @@ import docker
|
|||||||
from . import bootstrap, tools
|
from . import bootstrap, tools
|
||||||
from .host_controll import HostControll
|
from .host_controll import HostControll
|
||||||
from .const import HOMEASSISTANT_TAG, SOCKET_DOCKER
|
from .const import HOMEASSISTANT_TAG, SOCKET_DOCKER
|
||||||
from .docker.homeassistant import DockerHomeAssistant
|
from .dock.homeassistant import DockerHomeAssistant
|
||||||
from .docker.supervisor import DockerSupervisor
|
from .dock.supervisor import DockerSupervisor
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ setup(
|
|||||||
keywords=['docker', 'home-assistant', 'api'],
|
keywords=['docker', 'home-assistant', 'api'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
packages=['hassio', 'hassio.docker'],
|
packages=['hassio', 'hassio.dock'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'async_timeout',
|
'async_timeout',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user