jpmens / homie-ota

OTA "server" in Python for Homie
127 stars 50 forks source link

Fix import of configparser in case that ConfigParser exists #67

Closed Gulaschcowboy closed 6 years ago

Gulaschcowboy commented 6 years ago

Otherwise it causes config = configparser.RawConfigParser() NameError: name 'configparser' is not defined

Gulaschcowboy commented 6 years ago

Clossed at it is ignored by author

jpmens commented 6 years ago

Not ignored; overlooked and/or too busy.

jpmens commented 6 years ago

Merged, thanks