summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-12-27 09:08:12 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-12-27 09:08:12 -0500
commit6d8689383231ca74b6e2c181c1f196c965db1138 (patch)
treeb35c829c06a460d4b1334692b3e96796f66c6758
parent135467172407a7f40907cc752f282bf0e3cce306 (diff)
downloadpython-coveragepy-git-6d8689383231ca74b6e2c181c1f196c965db1138.tar.gz
Weird windows bug: http://bugs.python.org/issue20844. This works around it.
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
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