* [gentoo-commits] portage r14446 - main/trunk/pym/portage/tests/bin
@ 2009-09-27 18:23 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-09-27 18:23 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-09-27 18:23:32 +0000 (Sun, 27 Sep 2009)
New Revision: 14446
Modified:
main/trunk/pym/portage/tests/bin/test_dobin.py
main/trunk/pym/portage/tests/bin/test_dodir.py
Log:
Use explicit imports instead of *.
Modified: main/trunk/pym/portage/tests/bin/test_dobin.py
===================================================================
--- main/trunk/pym/portage/tests/bin/test_dobin.py 2009-09-27 18:01:30 UTC (rev 14445)
+++ main/trunk/pym/portage/tests/bin/test_dobin.py 2009-09-27 18:23:32 UTC (rev 14446)
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-from portage.tests.bin.setup_env import *
+from portage.tests.bin.setup_env import BinTestCase, dobin, xexists_in_D
class DoBin(BinTestCase):
def testDoBin(self):
Modified: main/trunk/pym/portage/tests/bin/test_dodir.py
===================================================================
--- main/trunk/pym/portage/tests/bin/test_dodir.py 2009-09-27 18:01:30 UTC (rev 14445)
+++ main/trunk/pym/portage/tests/bin/test_dodir.py 2009-09-27 18:23:32 UTC (rev 14446)
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-from portage.tests.bin.setup_env import *
+from portage.tests.bin.setup_env import BinTestCase, dodir, exists_in_D
class DoDir(BinTestCase):
def testDoDir(self):
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-27 18:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 18:23 [gentoo-commits] portage r14446 - main/trunk/pym/portage/tests/bin 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