X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Feja%2Feja_element.py;h=14bc8cb742cc7cc95f6c55895c1e4946b95cb6ac;hp=fbfd127ee496c46a9b8d06e3a1ca53129b8ce151;hb=2eead94218aad1f63faec9cdeacc30171a880438;hpb=d9b0659df5d8ad61f457674e009180618dffef67 diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index fbfd127..14bc8cb 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -131,7 +131,8 @@ class FiniteDimensionalEJAElement(IndexedFreeModuleElement): SETUP:: - sage: from mjo.eja.eja_algebra import HadamardEJA + sage: from mjo.eja.eja_algebra import (random_eja, + ....: HadamardEJA) EXAMPLES: