Use explicit imports instead of *.
authorZac Medico <zmedico@gentoo.org>
Sun, 27 Sep 2009 18:23:32 +0000 (18:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 27 Sep 2009 18:23:32 +0000 (18:23 -0000)
svn path=/main/trunk/; revision=14446

pym/portage/tests/bin/test_dobin.py
pym/portage/tests/bin/test_dodir.py

index 40854d0467d2bc0539aae95657a5a37f050a0672..7b22f14a66e9838faf29ce6bdefac4e2fb982265 100644 (file)
@@ -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):
index eab681028328a0c4de5983d92e79a0c2812c2a5f..04e52077fd484b07080bfa3e5c465a8daedb83cd 100644 (file)
@@ -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):