* Drop unused-import * Update copyright Signed-off-by: Aaron Bauman <b...@gentoo.org> --- lib/portage/elog/mod_syslog.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/portage/elog/mod_syslog.py b/lib/portage/elog/mod_syslog.py index 4dabacc52..caf6c1f08 100644 --- a/lib/portage/elog/mod_syslog.py +++ b/lib/portage/elog/mod_syslog.py @@ -1,11 +1,9 @@ # elog/mod_syslog.py - elog dispatch module -# Copyright 2006-2014 Gentoo Foundation +# Copyright 2006-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 import syslog from portage.const import EBUILD_PHASES -from portage import _encodings - _pri = { "INFO" : syslog.LOG_INFO, -- 2.28.0