From 85a94ef07bc7b67ce7c418bb672c51a0a54d6f73 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 21 Sep 2006 16:56:50 +0000 Subject: [PATCH] Import numpy.oldnumeric git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/lib/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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