diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_common.py | 1 | ||||
-rw-r--r-- | test/test_otultra2.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test_common.py b/test/test_common.py index e78b74d..e7f1c0a 100644 --- a/test/test_common.py +++ b/test/test_common.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """Tests for the common routines.""" __author__ = 'Diego Elio Pettenò' diff --git a/test/test_otultra2.py b/test/test_otultra2.py index b9a68ef..ca65f99 100644 --- a/test/test_otultra2.py +++ b/test/test_otultra2.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """Tests for the LifeScan OneTouch Ultra 2 driver.""" __author__ = 'Diego Elio Pettenò' |