Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r50124:7976bddd8b38 Date: 2011-12-04 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/7976bddd8b38/
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. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit