diff options
-rw-r--r-- | glucometerutils/support/__init__.py | 0 | ||||
-rw-r--r-- | glucometerutils/support/freestyle.py | 1 | ||||
-rw-r--r-- | glucometerutils/support/serial.py | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/glucometerutils/support/__init__.py b/glucometerutils/support/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/glucometerutils/support/__init__.py diff --git a/glucometerutils/support/freestyle.py b/glucometerutils/support/freestyle.py index 6c6e294..bb891fd 100644 --- a/glucometerutils/support/freestyle.py +++ b/glucometerutils/support/freestyle.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """Common routines to implement the FreeStyle common protocol. Protocol documentation available at diff --git a/glucometerutils/support/serial.py b/glucometerutils/support/serial.py index 84bae87..d4f352b 100644 --- a/glucometerutils/support/serial.py +++ b/glucometerutils/support/serial.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """Common routines and base driver class for serial-based meters. """ |