Add utf-8 encoding to const file

This commit is contained in:
Paulus Schoutsen 2015-09-26 06:57:01 -07:00
parent ca0b6ebd99
commit 9a6b2c1831

View file

@ -1,3 +1,4 @@
# coding: utf-8
""" Constants used by Home Assistant components. """
__version__ = "0.7.4dev0"