Extract core into own submodule

This commit is contained in:
Paulus Schoutsen 2015-08-16 20:44:46 -07:00
parent 60abaa585c
commit 1b89a502c4
39 changed files with 49 additions and 50 deletions

View file

@ -9,7 +9,7 @@ Tests event helpers.
import unittest
from datetime import datetime
import homeassistant as ha
import homeassistant.core as ha
from homeassistant.helpers.event import *