Rename homeassistant.util.async to .async_ (#13088)

"async" is (going to be) a reserved word.
This commit is contained in:
Matthias Urlichs 2018-03-11 18:01:12 +01:00 committed by Paulus Schoutsen
parent d42b5a93dd
commit f5cc40024d
44 changed files with 44 additions and 44 deletions

View file

@ -24,7 +24,7 @@ from homeassistant.const import (
EVENT_STATE_CHANGED, EVENT_PLATFORM_DISCOVERED, ATTR_SERVICE,
ATTR_DISCOVERED, SERVER_PORT, EVENT_HOMEASSISTANT_CLOSE)
from homeassistant.components import mqtt, recorder
from homeassistant.util.async import (
from homeassistant.util.async_ import (
run_callback_threadsafe, run_coroutine_threadsafe)
_TEST_INSTANCE_PORT = SERVER_PORT