]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - src/dunshire/cones.py
Clean up a bit of the import mess.
[dunshire.git] / src / dunshire / cones.py
index 61feab453bd0866b54c053d2871d722a63ec3730..7fc8bf94993e4df86b2f57c2e6b6d6aefa65d8c4 100644 (file)
@@ -4,8 +4,9 @@ Class definitions for all of the symmetric cones (and their superclass,
 """
 
 from cvxopt import matrix
-from matrices import eigenvalues, norm
-import options
+
+from .matrices import eigenvalues, norm
+from . import options
 
 class SymmetricCone:
     """