diff --git a/graspsampling-py-defgraspsim/tests/context.py b/graspsampling-py-defgraspsim/tests/context.py index 3593db1..89b64ea 100644 --- a/graspsampling-py-defgraspsim/tests/context.py +++ b/graspsampling-py-defgraspsim/tests/context.py @@ -19,8 +19,9 @@ # OTHER DEALINGS IN THE SOFTWARE. """Set the proper path to the graspsampling module.""" -import graspsampling import os import sys sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) + +import graspsampling