From 707aa6e9662c4a6f4572914717138d6e0f3ddaf7 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Sat, 27 Jan 2007 18:12:48 +0000 Subject: fix namespacing in tests svn path=/main/trunk/; revision=5792 --- tests/portage_util/test_grabdict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/portage_util/test_grabdict.py') diff --git a/tests/portage_util/test_grabdict.py b/tests/portage_util/test_grabdict.py index 9b995fa24..9f7b58921 100644 --- a/tests/portage_util/test_grabdict.py +++ b/tests/portage_util/test_grabdict.py @@ -4,7 +4,7 @@ # $Id$ from unittest import TestCase, TestLoader -from portage_util import grabdict +from portage.util import grabdict class GrabDictTestCase(TestCase): -- cgit v1.2.3-1-g7c22