1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Further Python 3 migration

This commit is contained in:
Paulus Schoutsen
2014-04-14 23:48:00 -07:00
parent 7e06d535ab
commit ef6d862671
11 changed files with 175 additions and 147 deletions

View File

@@ -33,7 +33,7 @@ def from_config_file(config_path):
statusses = []
# Read config
config = configparser.SafeConfigParser()
config = configparser.ConfigParser()
config.read(config_path)
# Init core