From 04f62242f5dd06b2c9a3379557f63d209db65c92 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Tue, 23 Oct 2018 11:54:37 +0200 Subject: [PATCH] [python] Remove dependency to sot-core. --- unitTesting/test_python-restart_interpreter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unitTesting/test_python-restart_interpreter.py b/unitTesting/test_python-restart_interpreter.py index a2cf3ef..3dba3f6 100644 --- a/unitTesting/test_python-restart_interpreter.py +++ b/unitTesting/test_python-restart_interpreter.py @@ -1,5 +1,3 @@ -# this causes troubles when Py_Finalize is called in Interpreter destructor. -import dynamic_graph.sot.core # numpy causes troubles when Py_Finalize is called in Interpreter destructor. import numpy -- GitLab