From 189efdfb8963fcd2e9a979583aabedd08cb04a44 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Tue, 12 Feb 2008 21:52:18 +0000 Subject: r752@Devoty: necoro | 2008-02-12 22:19:21 +0100 Small import fixes (thanks to pylint) --- portato/gui/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/gui') diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py index 78a03ab..a7eda08 100644 --- a/portato/gui/wrapper.py +++ b/portato/gui/wrapper.py @@ -125,7 +125,7 @@ class Tree: @rtype: boolean""" raise NotImplementedError - def is_in_emerge (self, it): + def is_in_update (self, it): """Checks whether an iterator is part of the "Update" section. @param it: the iterator to check -- cgit v1.2.3-54-g00ecf