summaryrefslogtreecommitdiffstats
path: root/sumofsquares/cvxopt.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sumofsquares/cvxopt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sumofsquares/cvxopt.py b/sumofsquares/cvxopt.py
index f27212d..93346c3 100644
--- a/sumofsquares/cvxopt.py
+++ b/sumofsquares/cvxopt.py
@@ -3,8 +3,8 @@ import cvxopt
import polymatrix
import numpy as np
import math
-from sumofsquares.abc.sosexpr import ParamSOSExpr
+from sumofsquares.abc import ParamSOSExpr
from sumofsquares.sosconstraint.abc import SOSConstraint