X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e28ff0ce787d68d8025cf650f3b30561d41a0bd..0797d64777de79f01a1580100f983e9a76d34f45:/wxPython/wx/lib/plot.py?ds=sidebyside

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