diff options
author | Necoro <> | 2008-02-12 21:52:18 +0000 |
---|---|---|
committer | Necoro <> | 2008-02-12 21:52:18 +0000 |
commit | 189efdfb8963fcd2e9a979583aabedd08cb04a44 (patch) | |
tree | 577bab4198dc01067dc8dba493676fb60d1944a1 /portato/gui/wrapper.py | |
parent | 6a5280392712c7970e2632b4eed4fb26281d3086 (diff) | |
download | portato-189efdfb8963fcd2e9a979583aabedd08cb04a44.tar.gz portato-189efdfb8963fcd2e9a979583aabedd08cb04a44.tar.bz2 portato-189efdfb8963fcd2e9a979583aabedd08cb04a44.zip |
r752@Devoty: necoro | 2008-02-12 22:19:21 +0100
Small import fixes (thanks to pylint)
Diffstat (limited to '')
-rw-r--r-- | portato/gui/wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |