summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dep/test_dep_getusedeps.py
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-03-06 07:35:22 +0000
committerAlec Warner <antarus@gentoo.org>2007-03-06 07:35:22 +0000
commit61f72875e61383dcecacf4815a8ef181e2c9cecd (patch)
treef1ec26d27c5d36f3403d8e0ade46ef333df265ad /pym/portage/tests/dep/test_dep_getusedeps.py
parentfc831137d4a93582bc23916ea5b993674970b1a9 (diff)
downloadportage-61f72875e61383dcecacf4815a8ef181e2c9cecd.tar.gz
portage-61f72875e61383dcecacf4815a8ef181e2c9cecd.tar.bz2
portage-61f72875e61383dcecacf4815a8ef181e2c9cecd.zip
Update all the unittests to use the new framework, test skipping with isValidAtom, add silly xpak test since I have it 'done'
svn path=/main/trunk/; revision=6182
Diffstat (limited to 'pym/portage/tests/dep/test_dep_getusedeps.py')
-rw-r--r--pym/portage/tests/dep/test_dep_getusedeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/dep/test_dep_getusedeps.py b/pym/portage/tests/dep/test_dep_getusedeps.py
index 309c659f5..30fa7772f 100644
--- a/pym/portage/tests/dep/test_dep_getusedeps.py
+++ b/pym/portage/tests/dep/test_dep_getusedeps.py
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id: test_dep_getslot.py 5794 2007-01-27 18:16:08Z antarus $
-from unittest import TestCase
+from portage.tests import TestCase
from portage.dep import dep_getusedeps
import sys