From 213cc920d0cd6e84bb03bec54ece61c0b835a77d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 23 Feb 2016 21:04:48 +0100 Subject: [PATCH] Move template to helpers --- homeassistant/{util => helpers}/template.py | 0 tests/{util => helpers}/test_template.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename homeassistant/{util => helpers}/template.py (100%) rename tests/{util => helpers}/test_template.py (100%) diff --git a/homeassistant/util/template.py b/homeassistant/helpers/template.py similarity index 100% rename from homeassistant/util/template.py rename to homeassistant/helpers/template.py diff --git a/tests/util/test_template.py b/tests/helpers/test_template.py similarity index 100% rename from tests/util/test_template.py rename to tests/helpers/test_template.py