From: Zac Medico Date: Thu, 27 Oct 2011 05:55:42 +0000 (-0700) Subject: repoman: add opts and repo config debug output X-Git-Tag: v2.2.0_alpha72~61 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d71e61c7d2ddf32f55c2b5efcd3e038c9492f19;p=portage.git repoman: add opts and repo config debug output --- diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index ab679f6fb..07969ccb4 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -239,7 +239,7 @@ class RepoConfig(object): d = {} for k in self.__slots__: d[k] = getattr(self, k, None) - return _unicode_decode(str(d)) + return _unicode_decode("%s") % (d,) if sys.hexversion < 0x3000000: