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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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