diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-30 06:26:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:33 -0400 |
commit | c8899addfd2deed3d84be2de234681db64987722 (patch) | |
tree | 07f9a5eb603ff4ec83fe18c83083575d2b7a439a /tests/python/UnitTests.py | |
parent | aa9cc125796711afcaa459898e95527fdae8e912 (diff) | |
download | fork-ledger-c8899addfd2deed3d84be2de234681db64987722.tar.gz fork-ledger-c8899addfd2deed3d84be2de234681db64987722.tar.bz2 fork-ledger-c8899addfd2deed3d84be2de234681db64987722.zip |
Rearranged the sources a bit.
Diffstat (limited to 'tests/python/UnitTests.py')
-rw-r--r-- | tests/python/UnitTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
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(), |