X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Feja%2Fall.py;h=f5ef5c9d9533082f1cebf36492211d3592baba2c;hb=28d86108d78f1ea5a93d9cc8d69bad9cc8cd74fd;hp=051bd48224f1a68841d4d7d643d3111e73eee970;hpb=858aa3653fd2e4ae8573f472cf3f0d698072c185;p=sage.d.git diff --git a/mjo/eja/all.py b/mjo/eja/all.py index 051bd48..f5ef5c9 100644 --- a/mjo/eja/all.py +++ b/mjo/eja/all.py @@ -3,10 +3,10 @@ All imports from mjo.eja modules. """ from mjo.eja.eja_algebra import (BilinearFormEJA, - CartesianProductEJA, ComplexHermitianEJA, HadamardEJA, JordanSpinEJA, + OctonionHermitianEJA, QuaternionHermitianEJA, RealSymmetricEJA, TrivialEJA,