]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/eja/all.py
eja: use the correct definition for the new algebra.
[sage.d.git] / mjo / eja / all.py
index f5ef5c9d9533082f1cebf36492211d3592baba2c..51611954c461bdb1fde7ea1869d4fc36ac587242 100644 (file)
@@ -2,8 +2,10 @@
 All imports from mjo.eja modules.
 """
 
-from mjo.eja.eja_algebra import (BilinearFormEJA,
+from mjo.eja.eja_algebra import (AlbertEJA,
+                                 BilinearFormEJA,
                                  ComplexHermitianEJA,
+                                 ComplexSkewSymmetricEJA,
                                  HadamardEJA,
                                  JordanSpinEJA,
                                  OctonionHermitianEJA,