projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
874ace4
)
Fix TestCase import.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 1 Aug 2007 21:13:01 +0000
(21:13 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 1 Aug 2007 21:13:01 +0000
(21:13 -0000)
svn path=/main/branches/2.1.2/; revision=7540
tests/portage/test_spawn.py
patch
|
blob
|
history
diff --git
a/tests/portage/test_spawn.py
b/tests/portage/test_spawn.py
index 66e8f9ea7d8ff14e8c756e0fc1352e474a598566..a2a2571c7e9b49e3569c6af267700d584b4131b4 100644
(file)
--- a/
tests/portage/test_spawn.py
+++ b/
tests/portage/test_spawn.py
@@
-3,7
+3,7
@@
# $Id$
import errno, os, sys
-from
portage.tests
import TestCase
+from
unittest
import TestCase
class SpawnTestCase(TestCase):