X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2Fcones.py;h=7fc8bf94993e4df86b2f57c2e6b6d6aefa65d8c4;hb=9005163dd01c10264e41ea69fd8a21e31abd0aba;hp=61feab453bd0866b54c053d2871d722a63ec3730;hpb=42ab07f585e6d36ee5bf3c9190d854ac0ea25f11;p=dunshire.git diff --git a/src/dunshire/cones.py b/src/dunshire/cones.py index 61feab4..7fc8bf9 100644 --- a/src/dunshire/cones.py +++ b/src/dunshire/cones.py @@ -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: """