]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
Rearrange some import statements.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 20 Sep 2015 04:54:24 +0000 (00:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 20 Sep 2015 04:54:24 +0000 (00:54 -0400)
mjo/all.py

index cf758a85865e6f9cf86dca89e5ce8bb408f5d635..246f1a09b520410555ebde1ca94145dae0a17d57 100644 (file)
@@ -4,9 +4,10 @@ in his script. Instead, he can just `from mjo.all import *`.
 """
 
 from cone.cone import *
-from cone.symmetric_psd import *
-from cone.doubly_nonnegative import *
 from cone.completely_positive import *
+from cone.doubly_nonnegative import *
+from cone.rearrangement import *
+from cone.symmetric_psd import *
 from interpolation import *
 from misc import *
 from orthogonal_polynomials import *