Import numpy.oldnumeric

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-09-21 16:56:50 +00:00
parent 4d163bf87d
commit 85a94ef07b

View File

@ -94,7 +94,7 @@ import wx
# Needs Numeric or numarray or NumPy # Needs Numeric or numarray or NumPy
try: try:
import numpy as _Numeric import numpy.oldnumeric as _Numeric
except: except:
try: try:
import numarray as _Numeric #if numarray is used it is renamed Numeric import numarray as _Numeric #if numarray is used it is renamed Numeric