From c8899addfd2deed3d84be2de234681db64987722 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 30 Apr 2007 06:26:38 +0000 Subject: Rearranged the sources a bit. --- tests/python/UnitTests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/python/UnitTests.py') diff --git a/tests/python/UnitTests.py b/tests/python/UnitTests.py index 7a10c9e6..84b8432b 100644 --- a/tests/python/UnitTests.py +++ b/tests/python/UnitTests.py @@ -1,7 +1,7 @@ from unittest import TextTestRunner, TestSuite -import tests.python.corelib.numerics.BasicAmount as BasicAmount -import tests.python.corelib.numerics.CommodityAmount as CommodityAmount +import tests.python.numerics.BasicAmount as BasicAmount +import tests.python.numerics.CommodityAmount as CommodityAmount suites = [ BasicAmount.suite(), -- cgit v1.2.3