From 5eab77c1997740d58328b2ab08a36522606bd26a Mon Sep 17 00:00:00 2001 From: pvizeli Date: Thu, 30 Mar 2017 17:46:08 +0200 Subject: [PATCH] fix setup --- hassio_api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio_api/setup.py b/hassio_api/setup.py index b90ec8344..7927bbf33 100644 --- a/hassio_api/setup.py +++ b/hassio_api/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -from .hassio.const import HASSIO_VERSION +from hassio.const import HASSIO_VERSION setup(