From a85bd282d7868cd1d7b7f166a2e8d2f13abfde13 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Apr 2007 10:09:14 +0000 Subject: Pounded the logging and memory tracing code into better shape. --- tests/python/corelib/numerics/BasicAmount.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/python/corelib/numerics/BasicAmount.py') diff --git a/tests/python/corelib/numerics/BasicAmount.py b/tests/python/corelib/numerics/BasicAmount.py index 2ce532d9..bdc7dbe9 100644 --- a/tests/python/corelib/numerics/BasicAmount.py +++ b/tests/python/corelib/numerics/BasicAmount.py @@ -1,3 +1,7 @@ +import sys +sys.path.append("/home/johnw/src/ledger") +sys.path.append("/home/johnw/Products/ledger") + import unittest import exceptions -- cgit v1.2.3