changeset 208:f7f7831f7c8c

add UTF-8 disclaimer
author Jeff Hammel <k0scist@gmail.com>
date Tue, 10 Feb 2015 13:19:01 -0800
parents 04c5464355b8
children ee752ac566f1
files makeitso/python_package/tests/test_{{package}}.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/python_package/tests/test_{{package}}.py	Tue Jan 27 12:21:45 2015 -0800
+++ b/makeitso/python_package/tests/test_{{package}}.py	Tue Feb 10 13:19:01 2015 -0800
@@ -1,7 +1,8 @@
 #!/usr/bin/env python
+# -*- coding: utf-8 -*-
 
 """
-unit tests
+unit tests for {package}}
 """
 
 import os