scudre / alarm-central-station-receiver

Python daemon for receiving events from a home alarm system via Contact ID protocol
Apache License 2.0
38 stars 10 forks source link

Python 2.7 configparer dependency not installed #43

Closed scudre closed 6 years ago

scudre commented 6 years ago

configparser does not exist in Python2.7, its named ConfigParser. The dependencies for python2.7 installs need to be fixed to include the backported configparser module.

scudre commented 6 years ago

CC @ljsanchez