Closed austinmroczek closed 6 years ago
This failed the Travis CI build for Python 3.4.2. Would keeping line 2 as it was and adding this line help?
from distutils import utils
Closing as I have now fixed this issue along with the test and tox failures. Thanks!
Changes "import distutils" to "import distutils.util" to overcome error below in python 3.5
File "/skybellpy/device.py", line 206, in do_not_disturb
return bool(distutils.util.strtobool(str(self._settings_json.get(
AttributeError: module 'distutils' has no attribute 'util'
Discussed at https://github.com/home-assistant/home-assistant/issues/13133