summaryrefslogtreecommitdiff
path: root/test/UnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-07 02:58:15 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-07 02:58:15 -0400
commitc0e7315467a1fb9293d3b6688c200c1392ce4604 (patch)
treeb56bea089984aef35796107bebebfe7a82e3497e /test/UnitTests.py
parent2362150880fb326dd92986d3f6d8867c3c528edb (diff)
downloadledger-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.py2
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(),