public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15714 - main/trunk/pym/portage/sets
@ 2010-03-02 21:20 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 21:20 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-02 21:20:34 +0000 (Tue, 02 Mar 2010)
New Revision: 15714

Modified:
   main/trunk/pym/portage/sets/base.py
Log:
Clean up imports.


Modified: main/trunk/pym/portage/sets/base.py
===================================================================
--- main/trunk/pym/portage/sets/base.py	2010-03-02 21:14:43 UTC (rev 15713)
+++ main/trunk/pym/portage/sets/base.py	2010-03-02 21:20:34 UTC (rev 15714)
@@ -3,10 +3,9 @@
 # $Id$
 
 import sys
-from portage import cpv_getkey, flatten
-from portage.dep import Atom, isvalidatom, match_from_list, \
-     best_match_to_list, use_reduce, paren_reduce
+from portage.dep import Atom, best_match_to_list, match_from_list
 from portage.exception import InvalidAtom
+from portage.versions import cpv_getkey
 
 if sys.hexversion >= 0x3000000:
 	basestring = str




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-02 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 21:20 [gentoo-commits] portage r15714 - main/trunk/pym/portage/sets Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox