diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 02:58:15 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 02:58:15 -0400 |
commit | c0e7315467a1fb9293d3b6688c200c1392ce4604 (patch) | |
tree | b56bea089984aef35796107bebebfe7a82e3497e /test/UnitTests.py | |
parent | 2362150880fb326dd92986d3f6d8867c3c528edb (diff) | |
download | ledger-c0e7315467a1fb9293d3b6688c200c1392ce4604.tar.gz ledger-c0e7315467a1fb9293d3b6688c200c1392ce4604.tar.bz2 ledger-c0e7315467a1fb9293d3b6688c200c1392ce4604.zip |
Changed tests module reference to just test.
Diffstat (limited to 'test/UnitTests.py')
-rw-r--r-- | test/UnitTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(), |