From aa89d5bcd4fa486571feb56c2c90dd441fa79e4d Mon Sep 17 00:00:00 2001 From: Ansgar Philippsen <ansgar.philippsen@gmail.com> Date: Wed, 2 Feb 2011 16:31:31 -0500 Subject: [PATCH] fixed numpy test --- modules/mol/base/tests/test_numpy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mol/base/tests/test_numpy.py b/modules/mol/base/tests/test_numpy.py index e496bf585..8dc14835a 100644 --- a/modules/mol/base/tests/test_numpy.py +++ b/modules/mol/base/tests/test_numpy.py @@ -1,4 +1,5 @@ import sys,unittest +sys.path.append("../../../../stage/lib/openstructure") sys.path.append("../../../../stage/lib64/openstructure") from ost import * import numpy -- GitLab