1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Fix-python7 compatibility (#573)

This commit is contained in:
Pascal Vizeli
2018-07-19 01:18:43 +02:00
committed by GitHub
parent 5fbff75da8
commit e7e0b9adda

View File

@@ -247,7 +247,7 @@ class DBusSignalWrapper:
self._proc.send_signal(SIGINT)
await self._proc.communicate()
async def __aiter__(self):
def __aiter__(self):
"""Start Iteratation."""
return self