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/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/__init__.py') diff --git a/tests/__init__.py b/tests/__init__.py index 4ac94383f..66aaf28ce 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -7,7 +7,7 @@ import os, unittest def main(): - testDirs = ["portage", "portage_util","portage_versions", "portage_dep"] + testDirs = ["portage", "portage.util","portage.versions", "portage.dep"] suite = unittest.TestSuite() -- cgit v1.2.3-1-g7c22