summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
authorjvoisin2012-05-03 17:19:28 -0400
committerjvoisin2012-05-03 17:19:28 -0400
commite76571e2dddee0dba228d05579f6aef28630ba63 (patch)
tree48a41e95655eb57dc83e517d1c619de4ab49f091 /test/libtest.py
parent1e26c0fe56a7e354f0649792de096dfeada8a1c5 (diff)
Fix encoding issues
Diffstat (limited to '')
-rw-r--r--test/libtest.py3
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