]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/all.py
eja: add algebra constructors to the global namespace.
[sage.d.git] / mjo / all.py
index 9cdb23978eb1b7e25a7e2e957a136d820096081c..c0329ed3bfdb0ae849ab2ce0a5a3225e508e323d 100644 (file)
@@ -4,6 +4,7 @@ in his script. Instead, he can just `from mjo.all import *`.
 """
 
 from mjo.cone.all import *
+from mjo.eja.all import *
 from mjo.interpolation import *
 from mjo.misc import *
 from mjo.orthogonal_polynomials import *