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

Author: zmedico
Date: 2010-03-02 21:37:27 +0000 (Tue, 02 Mar 2010)
New Revision: 15717

Modified:
   main/branches/2.1.7/pym/portage/_sets/base.py
Log:
Clean up imports. (trunk r15714)


Modified: main/branches/2.1.7/pym/portage/_sets/base.py
===================================================================
--- main/branches/2.1.7/pym/portage/_sets/base.py	2010-03-02 21:33:35 UTC (rev 15716)
+++ main/branches/2.1.7/pym/portage/_sets/base.py	2010-03-02 21:37:27 UTC (rev 15717)
@@ -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:37 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:37 [gentoo-commits] portage r15717 - main/branches/2.1.7/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