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.
+# -*- coding: UTF8 -*-
# Copyright: 2009-2011 Gentoo Foundation
-# Author(s): Petteri Räty (betelgeuse@gentoo.org)
+# Author(s): Petteri Rรคty (betelgeuse@gentoo.org)
# License: GPL2
__all__ = ['database']