X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e28ff0ce787d68d8025cf650f3b30561d41a0bd..66dae888d1b46d754469d990a2bbc957163f0bad:/wxPython/wx/lib/plot.py diff --git a/wxPython/wx/lib/plot.py b/wxPython/wx/lib/plot.py index 78c03edaf8..0e5d01f1ec 100644 --- a/wxPython/wx/lib/plot.py +++ b/wxPython/wx/lib/plot.py @@ -94,7 +94,7 @@ import wx # Needs Numeric or numarray or NumPy try: - import numpy as _Numeric + import numpy.oldnumeric as _Numeric except: try: import numarray as _Numeric #if numarray is used it is renamed Numeric