From 9a6b2c18315fd46b6ca8bef1237694b5ef02192a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 26 Sep 2015 06:57:01 -0700 Subject: [PATCH] Add utf-8 encoding to const file --- homeassistant/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/const.py b/homeassistant/const.py index c644f6883d1..5fc3ad4f4a9 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -1,3 +1,4 @@ +# coding: utf-8 """ Constants used by Home Assistant components. """ __version__ = "0.7.4dev0"