projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
plot.py
diff --git
a/wxPython/wx/lib/plot.py
b/wxPython/wx/lib/plot.py
index 78c03edaf85fe4f6a5523aae65a3aa6fa0f6a0d8..0e5d01f1ecc2f0377e803e0aa99a2b17ad4a8cbd 100644
(file)
--- 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