]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - src/dunshire/matrices.py
Clean up a bit of the import mess.
[dunshire.git] / src / dunshire / matrices.py
index ef3c4c0ba6b8926c67332b242a19c070032319ee..6ed4f851487235dba117ef1521151bd432db9076 100644 (file)
@@ -7,7 +7,7 @@ from math import sqrt
 from cvxopt import matrix
 from cvxopt.lapack import gees, syevr
 
-import options
+from . import options
 
 
 def append_col(left, right):