Use absolute imports instead of relative.
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 00:25:50 +0000 (00:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 00:25:50 +0000 (00:25 -0000)
svn path=/main/trunk/; revision=13062

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

index 70a97cb0a03a2c94d50567069ee83570765da07d..40854d0467d2bc0539aae95657a5a37f050a0672 100644 (file)
@@ -3,7 +3,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-from setup_env import *
+from portage.tests.bin.setup_env import *
 
 class DoBin(BinTestCase):
        def testDoBin(self):
index 1035152ce03ee05633494ad20c4d393c1a5a76f0..eab681028328a0c4de5983d92e79a0c2812c2a5f 100644 (file)
@@ -3,7 +3,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-from setup_env import *
+from portage.tests.bin.setup_env import *
 
 class DoDir(BinTestCase):
        def testDoDir(self):