From c081a2229d3873c9d61cc1b2d994adf01de8a6a8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 11:40:51 +0000 Subject: Remove more unnecessary list generation. svn path=/main/trunk/; revision=6912 --- pym/portage/dbapi/virtual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage/dbapi/virtual.py') diff --git a/pym/portage/dbapi/virtual.py b/pym/portage/dbapi/virtual.py index 055503ab8..983e39b7f 100644 --- a/pym/portage/dbapi/virtual.py +++ b/pym/portage/dbapi/virtual.py @@ -40,7 +40,7 @@ class fakedbapi(dbapi): def cp_all(self): returnme=[] - for x in self.cpdict.keys(): + for x in self.cpdict: returnme.extend(self.cpdict[x]) return returnme -- cgit v1.2.3-1-g7c22