[pypy-commit] pypy stdlib-2.7.8: Added encoding cookies to these files

alex_gaynor noreply at buildbot.pypy.org
Sat Aug 23 05:02:03 CEST 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: stdlib-2.7.8
Changeset: r72991:192d1f3c02bf
Date: 2014-08-22 20:01 -0700
http://bitbucket.org/pypy/pypy/changeset/192d1f3c02bf/

Log:	Added encoding cookies to these files

diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py
--- a/pypy/module/exceptions/test/test_exc.py
+++ b/pypy/module/exceptions/test/test_exc.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 
 class AppTestExc(object):
     spaceconfig = dict(usemodules=('exceptions',))
diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_operator.py
--- a/pypy/module/operator/test/test_operator.py
+++ b/pypy/module/operator/test/test_operator.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 
 class AppTestOperator:
     def test_equality(self):


More information about the pypy-commit mailing list