[pypy-commit] pypy builtin-module: Fix encoding.

arigo noreply at buildbot.pypy.org
Sun Dec 4 10:47:48 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: builtin-module
Changeset: r50105:6c82c6444df7
Date: 2011-12-04 10:05 +0100
http://bitbucket.org/pypy/pypy/changeset/6c82c6444df7/

Log:	Fix encoding.

diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py
--- a/lib_pypy/_sha.py
+++ b/lib_pypy/_sha.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: iso-8859-1
+# -*- coding: iso-8859-1 -*-
 
 # Note that PyPy contains also a built-in module 'sha' which will hide
 # this one if compiled in.


More information about the pypy-commit mailing list