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

Fix imports

This commit is contained in:
Paulus Schoutsen
2016-01-28 21:37:08 -08:00
parent d6db00b55a
commit cbc6323438
20 changed files with 36 additions and 126 deletions

View File

@@ -13,6 +13,7 @@ import sys
COMMENT_REQUIREMENTS = [
'RPi.GPIO',
'Adafruit_Python_DHT',
'fritzconnection',
]