teos - moves errors to common so it can be used by clients

This commit is contained in:
Sergi Delgado Segura
2020-04-29 13:03:39 +02:00
parent 9f2c90d12e
commit 88c19d5a0d
6 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,8 @@ from common.logger import Logger
from common.tools import is_locator
from common.constants import LOCATOR_LEN_HEX
from teos import errors, LOG_PREFIX
from teos import LOG_PREFIX
from common import errors
from teos.extended_appointment import ExtendedAppointment
logger = Logger(actor="Inspector", log_name_prefix=LOG_PREFIX)