public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13076 - main/branches/2.1.6/pym/portage/tests/bin
@ 2009-03-12  5:55 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-03-12  5:55 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-03-12 05:55:08 +0000 (Thu, 12 Mar 2009)
New Revision: 13076

Modified:
   main/branches/2.1.6/pym/portage/tests/bin/test_dobin.py
   main/branches/2.1.6/pym/portage/tests/bin/test_dodir.py
Log:
Use absolute imports instead of relative. (trunk r13062)

Modified: main/branches/2.1.6/pym/portage/tests/bin/test_dobin.py
===================================================================
--- main/branches/2.1.6/pym/portage/tests/bin/test_dobin.py	2009-03-12 05:54:56 UTC (rev 13075)
+++ main/branches/2.1.6/pym/portage/tests/bin/test_dobin.py	2009-03-12 05:55:08 UTC (rev 13076)
@@ -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):

Modified: main/branches/2.1.6/pym/portage/tests/bin/test_dodir.py
===================================================================
--- main/branches/2.1.6/pym/portage/tests/bin/test_dodir.py	2009-03-12 05:54:56 UTC (rev 13075)
+++ main/branches/2.1.6/pym/portage/tests/bin/test_dodir.py	2009-03-12 05:55:08 UTC (rev 13076)
@@ -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):




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

only message in thread, other threads:[~2009-03-12  5:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12  5:55 [gentoo-commits] portage r13076 - main/branches/2.1.6/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