This commit is contained in:
gac-x04sa
2018-08-23 16:10:08 +02:00
parent 5ffb5d37e5
commit 479644ffb8

View File

@@ -28,7 +28,7 @@ from __future__ import absolute_import
import traceback
import Jama.Matrix
import Jama.Matrix
diffcalc_path = os.path.abspath(get_context().setup.expandPath("{script}/Lib/diffcalc"))
if not diffcalc_path in sys.path:
sys.path.append(diffcalc_path)