diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-17 07:33:21 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:35 -0400 |
commit | 8ab60bcb80c9b40280a00db071c1d3d95c6bebd9 (patch) | |
tree | ea039f65a420f64e263992cf5f9f154f09976b93 | |
parent | e43f54f24936a0fd93ae9dba8a163982ede0e1ab (diff) | |
download | fork-ledger-8ab60bcb80c9b40280a00db071c1d3d95c6bebd9.tar.gz fork-ledger-8ab60bcb80c9b40280a00db071c1d3d95c6bebd9.tar.bz2 fork-ledger-8ab60bcb80c9b40280a00db071c1d3d95c6bebd9.zip |
changes
-rwxr-xr-x | PyUnitTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PyUnitTests.py b/PyUnitTests.py index 7a039eba..68cf4d07 100755 --- a/PyUnitTests.py +++ b/PyUnitTests.py @@ -1,2 +1,3 @@ #!/bin/sh + PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py |