diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-08-05 00:35:11 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-08-05 00:35:11 +0000 |
commit | 17a08fb7fbc37bea72e5e796498d4716ec491e03 (patch) | |
tree | 0e13830025c3806c2e9dccde6135e15cb80745ba | |
parent | fa496b7c10c9c059af90fa9c16a1a5ba8e21db6f (diff) | |
download | portage-17a08fb7fbc37bea72e5e796498d4716ec491e03.tar.gz portage-17a08fb7fbc37bea72e5e796498d4716ec491e03.tar.bz2 portage-17a08fb7fbc37bea72e5e796498d4716ec491e03.zip |
s/utf8/utf_8/ for consistencyv2.2_rc36
svn path=/main/trunk/; revision=13917
-rw-r--r-- | pym/portage/dbapi/bintree.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |