diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-27 09:08:12 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-27 09:08:12 -0500 |
| commit | 6d8689383231ca74b6e2c181c1f196c965db1138 (patch) | |
| tree | b35c829c06a460d4b1334692b3e96796f66c6758 | |
| parent | 135467172407a7f40907cc752f282bf0e3cce306 (diff) | |
| download | python-coveragepy-git-6d8689383231ca74b6e2c181c1f196c965db1138.tar.gz | |
Weird windows bug: http://bugs.python.org/issue20844. This works around it.
| -rw-r--r-- | igor.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
