Rename internal docker module to dock

This commit is contained in:
pvizeli 2017-03-29 12:16:47 +02:00
parent ef8c98ef20
commit 68534e62ef
5 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ import docker
from . import bootstrap, tools
from .host_controll import HostControll
from .const import HOMEASSISTANT_TAG, SOCKET_DOCKER
from .docker.homeassistant import DockerHomeAssistant
from .docker.supervisor import DockerSupervisor
from .dock.homeassistant import DockerHomeAssistant
from .dock.supervisor import DockerSupervisor
_LOGGER = logging.getLogger(__name__)

View File

@ -28,7 +28,7 @@ setup(
keywords=['docker', 'home-assistant', 'api'],
zip_safe=False,
platforms='any',
packages=['hassio', 'hassio.docker'],
packages=['hassio', 'hassio.dock'],
include_package_data=True,
install_requires=[
'async_timeout',