summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
authorjvoisin2012-05-03 17:19:28 -0400
committerjvoisin2012-05-03 17:19:28 -0400
commite76571e2dddee0dba228d05579f6aef28630ba63 (patch)
tree48a41e95655eb57dc83e517d1c619de4ab49f091 /test/clitest.py
parent1e26c0fe56a7e354f0649792de096dfeada8a1c5 (diff)
Fix encoding issues
Diffstat (limited to 'test/clitest.py')
-rw-r--r--test/clitest.py4
1 files changed, 3 insertions, 1 deletions
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 @@
1#!/usr/bin/python 1#!/usr/bin/env python
2# -*- coding: utf-8 -*
3
2''' 4'''
3 Unit test for the CLI interface 5 Unit test for the CLI interface
4''' 6'''