# HG changeset patch # User Jeff Hammel # Date 1423603141 28800 # Node ID f7f7831f7c8c86af0b7b671c04f74bf14783277a # Parent 04c5464355b816d91fac3e3b2d7045904ed81e1b add UTF-8 disclaimer diff -r 04c5464355b8 -r f7f7831f7c8c makeitso/python_package/tests/test_{{package}}.py --- 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