This commit is contained in:
Pascal Vizeli 2018-04-13 00:03:03 +02:00
parent cf00ce7d78
commit 3382688669
3 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from .snapshots import SnapshotManager
from .tasks import Tasks from .tasks import Tasks
from .updater import Updater from .updater import Updater
from .services import ServiceManager from .services import ServiceManager
from .host.audio import AlsaAudio from .host import AlsaAudio
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -1 +1,2 @@
"""Host function like audio/dbus/systemd.""" """Host function like audio/dbus/systemd."""
from .alsa import AlsaAudio # noqa