From: Michael Orlitzky Date: Thu, 9 Apr 2026 00:55:44 +0000 (-0400) Subject: mjo/all.py: don't try to import nonexistent Octonions X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=e734c7ef9a2663cf9ad478521f6d1d0257f8d419;p=sage.d.git mjo/all.py: don't try to import nonexistent Octonions --- diff --git a/mjo/all.py b/mjo/all.py index 79b2be8..c16a404 100644 --- a/mjo/all.py +++ b/mjo/all.py @@ -9,7 +9,6 @@ from mjo.cone.all import * from mjo.eja.all import * from mjo.interpolation import * from mjo.misc import * -from mjo.hurwitz import Octonions from mjo.orthogonal_polynomials import * from mjo.polynomial import * from mjo.symbol_sequence import *