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_normalizedPath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/portage_util/test_normalizedPath.py') diff --git a/tests/portage_util/test_normalizedPath.py b/tests/portage_util/test_normalizedPath.py index 9740306aa..bd575d266 100644 --- a/tests/portage_util/test_normalizedPath.py +++ b/tests/portage_util/test_normalizedPath.py @@ -9,7 +9,7 @@ class NormalizePathTestCase(TestCase): def testNormalizePath(self): - from portage_util import normalize_path + from portage.util import normalize_path path = "///foo/bar/baz" good = "/foo/bar/baz" self.assertEqual(normalize_path(path), good) -- cgit v1.2.3-1-g7c22