From: Zac Medico Date: Wed, 5 Aug 2009 00:35:11 +0000 (-0000) Subject: s/utf8/utf_8/ for consistency X-Git-Tag: v2.2_rc36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17a08fb7fbc37bea72e5e796498d4716ec491e03;p=portage.git s/utf8/utf_8/ for consistency svn path=/main/trunk/; revision=13917 --- diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py index 38d5367b1..1a5592688 100644 --- a/pym/portage/dbapi/bintree.py +++ b/pym/portage/dbapi/bintree.py @@ -1103,7 +1103,7 @@ class binarytree(object): pkgindex = self._new_pkgindex() try: f = codecs.open(self._pkgindex_file, - encoding='utf8', errors='replace') + encoding='utf_8', errors='replace') except EnvironmentError: pass else: