From e76571e2dddee0dba228d05579f6aef28630ba63 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 3 May 2012 17:19:28 -0400 Subject: Fix encoding issues --- test/clitest.py | 4 +++- test/libtest.py | 3 ++- test/test.py | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/clitest.py b/test/clitest.py index a4530a9..8fc4072 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -1,4 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/env python +# -*- coding: utf-8 -* + ''' Unit test for the CLI interface ''' 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 @@ -#!/usr/bin/python +#!/usr/bin/env python +# -*- coding: utf-8 -* ''' Unit test for the library diff --git a/test/test.py b/test/test.py index f8c9207..630c157 100644 --- a/test/test.py +++ b/test/test.py @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -* + ''' Class for the testing suite : - get the list of all test files -- cgit v1.3