summaryrefslogtreecommitdiff
path: root/igor.py
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
commit213bb9e47da67363c7ad3b190b4498dc668f9066 (patch)
treecdb496ae0a9e27fe9e3ed19c94f69cbc064e700d /igor.py
parentff0f1ae98dad66594cd34b5aa7c24e909554bad3 (diff)
downloadpython-coveragepy-213bb9e47da67363c7ad3b190b4498dc668f9066.tar.gz
Weird windows bug: http://bugs.python.org/issue20844. This works around it.
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 0fc6c92..40216ae 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