summaryrefslogtreecommitdiffstats
path: root/polymatrix/expression/mixins/legendreseriesmixin.py
diff options
context:
space:
mode:
Diffstat (limited to 'polymatrix/expression/mixins/legendreseriesmixin.py')
-rw-r--r--polymatrix/expression/mixins/legendreseriesmixin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/polymatrix/expression/mixins/legendreseriesmixin.py b/polymatrix/expression/mixins/legendreseriesmixin.py
index 22b7253..98139ae 100644
--- a/polymatrix/expression/mixins/legendreseriesmixin.py
+++ b/polymatrix/expression/mixins/legendreseriesmixin.py
@@ -1,8 +1,8 @@
import abc
from polymatrix.utils.getstacklines import FrameSummary
-from polymatrix.polymatrix.polymatrix import PolyMatrix
-from polymatrix.polymatrix.init.initpolymatrix import init_poly_matrix
+from polymatrix.polymatrix.abc import PolyMatrix
+from polymatrix.polymatrix.init import init_poly_matrix
from polymatrix.expressionstate.abc import ExpressionState
from polymatrix.expression.mixins.expressionbasemixin import ExpressionBaseMixin