mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 06:06:29 +00:00
Fix-python7 compatibility (#573)
This commit is contained in:
parent
5fbff75da8
commit
e7e0b9adda
@ -247,7 +247,7 @@ class DBusSignalWrapper:
|
|||||||
self._proc.send_signal(SIGINT)
|
self._proc.send_signal(SIGINT)
|
||||||
await self._proc.communicate()
|
await self._proc.communicate()
|
||||||
|
|
||||||
async def __aiter__(self):
|
def __aiter__(self):
|
||||||
"""Start Iteratation."""
|
"""Start Iteratation."""
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user