Revert "Use plain ascii encoding for this file"
authorZac Medico <zmedico@gentoo.org>
Fri, 14 Oct 2011 15:30:17 +0000 (08:30 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 14 Oct 2011 15:30:17 +0000 (08:30 -0700)
This reverts commit 2a4b07c8d0105ea7418ea3afc9e777a7a396fc46.
Current python ebuilds no longer remove the encodings directory when
USE=ebuild is enabled, so now it's possible to use UTF8 encoding in
python source files without triggering unsightly SyntaxError messages
when python_mod_optimize is compiling byte-code files.

pym/portage/cache/ebuild_xattr.py

index 6b388faaf7b0bb91f887ff5c091cce374b8685af..0086e40a3289d5d506a91bfe4640ecabc697341b 100644 (file)
@@ -1,5 +1,6 @@
+# -*- coding: UTF8 -*-
 # Copyright: 2009-2011 Gentoo Foundation
-# Author(s): Petteri R&#228;ty (betelgeuse@gentoo.org)
+# Author(s): Petteri Rรคty (betelgeuse@gentoo.org)
 # License: GPL2
 
 __all__ = ['database']