fix module import

This commit is contained in:
2019-12-21 12:56:03 +01:00
parent 95a289be75
commit 3be9e2f20f

View File

@@ -12,7 +12,7 @@
"""
import math
import copy
from mathematics import vector, matrix
from pylib.mathematics import vector, matrix
class Direction(vector):
"""Direction in local coordinate system"""