commit:     d65e759fc26ea0301ba2020e0993d431e9354e7b
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 22:03:46 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 22:05:28 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d65e759f

syncbase: Add back missing functools import

Fixes: 788c0e8bb07b ("Remove from __future__ import unicode_literals")
Bug: https://bugs.gentoo.org/733370
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 lib/portage/sync/syncbase.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/portage/sync/syncbase.py b/lib/portage/sync/syncbase.py
index 8ad0b5ae7..b294ef5a6 100644
--- a/lib/portage/sync/syncbase.py
+++ b/lib/portage/sync/syncbase.py
@@ -6,6 +6,7 @@ Base class for performing sync operations.
 This class contains common initialization code and functions.
 '''
 
+import functools
 import logging
 import os
 

Reply via email to