diff options
| author | jvoisin | 2012-05-03 17:19:28 -0400 |
|---|---|---|
| committer | jvoisin | 2012-05-03 17:19:28 -0400 |
| commit | e76571e2dddee0dba228d05579f6aef28630ba63 (patch) | |
| tree | 48a41e95655eb57dc83e517d1c619de4ab49f091 /test/libtest.py | |
| parent | 1e26c0fe56a7e354f0649792de096dfeada8a1c5 (diff) | |
Fix encoding issues
Diffstat (limited to 'test/libtest.py')
| -rw-r--r-- | test/libtest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/libtest.py b/test/libtest.py index 8f7df82..c44387d 100644 --- a/test/libtest.py +++ b/test/libtest.py | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #!/usr/bin/python | 1 | #!/usr/bin/env python |
| 2 | # -*- coding: utf-8 -* | ||
| 2 | 3 | ||
| 3 | ''' | 4 | ''' |
| 4 | Unit test for the library | 5 | Unit test for the library |
