summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/elog')
-rw-r--r--pym/portage/elog/filtering.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pym/portage/elog/filtering.py b/pym/portage/elog/filtering.py
index 2e154242b..82181a4cb 100644
--- a/pym/portage/elog/filtering.py
+++ b/pym/portage/elog/filtering.py
@@ -1,9 +1,7 @@
# elog/messages.py - elog core functions
-# Copyright 2006-2007 Gentoo Foundation
+# Copyright 2006-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-from portage.const import EBUILD_PHASES
-
def filter_loglevels(logentries, loglevels):
# remove unwanted entries from all logentries
rValue = {}