From 6d8689383231ca74b6e2c181c1f196c965db1138 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 27 Dec 2014 09:08:12 -0500 Subject: Weird windows bug: http://bugs.python.org/issue20844. This works around it. --- igor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'igor.py') diff --git a/igor.py b/igor.py index 0fc6c923..40216aea 100644 --- a/igor.py +++ b/igor.py @@ -1,4 +1,4 @@ -# coding: utf8 +# coding: utf-8 """Helper for building, testing, and linting coverage.py. To get portability, all these operations are written in Python here instead -- cgit v1.2.1