From c0e7315467a1fb9293d3b6688c200c1392ce4604 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 7 Aug 2008 02:58:15 -0400 Subject: Changed tests module reference to just test. --- test/UnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/UnitTests.py') diff --git a/test/UnitTests.py b/test/UnitTests.py index 843e9fc1..a51300a3 100644 --- a/test/UnitTests.py +++ b/test/UnitTests.py @@ -1,6 +1,6 @@ from unittest import TextTestRunner, TestSuite -import tests.python.numerics.t_amount as t_amount +import test.python.numerics.t_amount as t_amount suites = [ t_amount.suite(), -- cgit v1.2.3