summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/support')
-rw-r--r--glucometerutils/support/contourusb.py2
-rw-r--r--glucometerutils/support/freestyle.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/glucometerutils/support/contourusb.py b/glucometerutils/support/contourusb.py
index e27347e..cf78d69 100644
--- a/glucometerutils/support/contourusb.py
+++ b/glucometerutils/support/contourusb.py
@@ -71,7 +71,7 @@ class Mode(enum.Enum):
COMMAND = enum.auto()
-class ContourHidDevice(driver.GlucometerDriver):
+class ContourHidDevice(driver.GlucometerDevice):
"""Base class implementing the ContourUSB HID common protocol.
"""
diff --git a/glucometerutils/support/freestyle.py b/glucometerutils/support/freestyle.py
index 9cdbff9..40482b0 100644
--- a/glucometerutils/support/freestyle.py
+++ b/glucometerutils/support/freestyle.py
@@ -286,7 +286,7 @@ class FreeStyleHidSession:
return csv.reader(records_str.split("\r\n"))
-class FreeStyleHidDevice(driver.GlucometerDriver):
+class FreeStyleHidDevice(driver.GlucometerDevice):
"""Base class implementing the FreeStyle HID common protocol.
This class implements opening, initializing the connection and sending