X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fcone%2Fall.py;h=a8d0eb30491fde4767fa3cb5b2d9c20ebb3dcf31;hb=6c47f6d2dc281f8058d7b04b0f109ddc783c5121;hp=18fb052297b8ce1e4ef5a21d378638b6379d0379;hpb=5f6a355210842c3ca93dabb3f85bad468854f495;p=sage.d.git diff --git a/mjo/cone/all.py b/mjo/cone/all.py index 18fb052..a8d0eb3 100644 --- a/mjo/cone/all.py +++ b/mjo/cone/all.py @@ -6,7 +6,6 @@ from mjo.cone.cone import * from mjo.cone.completely_positive import * from mjo.cone.doubly_nonnegative import * from mjo.cone.faces import * -from mjo.cone.nonnegative_orthant import * from mjo.cone.permutation_invariant import * from mjo.cone.rearrangement import * from mjo.cone.symmetric_pd import *