Update craftbeerpi.py

This commit is contained in:
Manuel83 2019-01-08 16:09:47 +01:00 committed by GitHub
parent c984bc1adf
commit 7f2efb232f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ from cbpi.http_endpoints.http_dashboard import DashBoardHttpEndpoints
from cbpi.http_endpoints.http_kettle import KettleHttpEndpoints
from cbpi.http_endpoints.http_sensor import SensorHttpEndpoints
from cbpi.http_endpoints.http_step import StepHttpEndpoints
from controller.translation_controller import TranslationController
from cbpi.controller.translation_controller import TranslationController
from http_endpoints.http_translation import TranslationHttpEndpoint
logger = logging.getLogger(__name__)