Browse Source

[FIX] hw_*: Don't import twice

pull/471/head
Pedro M. Baeza 6 years ago
committed by Florent de Labarre
parent
commit
e392c02bb3
  1. 6
      hw_telium_payment_terminal/controllers/main.py

6
hw_telium_payment_terminal/controllers/main.py

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

Loading…
Cancel
Save