1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Ported codebase to Python 3. Long Live Python 3!

This commit is contained in:
Paulus Schoutsen
2014-04-14 00:10:24 -07:00
parent 8fdf2d608a
commit 7e06d535ab
14 changed files with 105 additions and 73 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/python2
""" Starts home assistant with all possible functionality. """
import homeassistant.bootstrap