]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/eja_utils.py
eja: begin working on a new constructor.
[sage.d.git] / mjo / eja / eja_utils.py
index e8b7dc71c7d6f52760f22d1c945b966f0f17529f..cbbf1e3a7bb0f1f66c9820121831d09d76895751 100644 (file)
@@ -1,6 +1,6 @@
+from sage.functions.other import sqrt
 from sage.matrix.constructor import matrix
 from sage.modules.free_module_element import vector
-from sage.functions.other import sqrt
 
 def _mat2vec(m):
         return vector(m.base_ring(), m.list())