@ -39,12 +39,6 @@ except (ImportError, IOError) as err:
logger.debug(err)
try:
from unidecode import unidecode
except ImportError:
logger.info('`unidecode` Python pacakge not found')
class CustomerDisplayDriver(Thread):
def __init__(self):
Thread.__init__(self)
@ -40,12 +40,6 @@ except (ImportError, IOError) as err:
import pycountry
_logger.info('`pycountry` Python package not found')
class TeliumPaymentTerminalDriver(Thread):