From 17a08fb7fbc37bea72e5e796498d4716ec491e03 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 5 Aug 2009 00:35:11 +0000 Subject: s/utf8/utf_8/ for consistency svn path=/main/trunk/; revision=13917 --- pym/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-1-g7c22