After module renaming one should also update the imports

This commit is contained in:
Paulus Schoutsen 2013-09-23 00:54:52 -07:00
parent 43921cb872
commit 0981ea49d1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ from threading import RLock
from datetime import datetime
from homeassistant.EventBus import Event
from homeassistant.util import ensure_list, matcher
from homeassistant.common import ensure_list, matcher
EVENT_STATE_CHANGED = "state_changed"

View File

@ -5,7 +5,7 @@ import time
from homeassistant.common import EVENT_START, EVENT_SHUTDOWN
from homeassistant.EventBus import Event
from homeassistant.util import ensure_list, matcher
from homeassistant.common import ensure_list, matcher
TIME_INTERVAL = 10 # seconds