From: Michael Orlitzky Date: Thu, 31 Dec 2015 00:19:30 +0000 (-0500) Subject: Don't import the nonexistent mjo.plot. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=1e77c6924605280ce56da9978a2b97f26192a670;p=sage.d.git Don't import the nonexistent mjo.plot. --- diff --git a/mjo/all.py b/mjo/all.py index bff4e2c..19c7290 100644 --- a/mjo/all.py +++ b/mjo/all.py @@ -14,5 +14,4 @@ from mjo.cone.all import * from mjo.interpolation import * from mjo.misc import * from mjo.orthogonal_polynomials import * -from mjo.plot import * from mjo.symbol_sequence import *