Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8ea115

Browse files
committed
small wx nav fixes
svn path=/trunk/matplotlib/; revision=458
1 parent 9d6748f commit b8ea115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"""
1212

1313
# The NUMERIX
14-
NUMERIX = 'Numeric' # or numarray
15-
#NUMERIX = 'numarray' # or numarray
14+
#NUMERIX = 'Numeric' # or numarray
15+
NUMERIX = 'numarray' # or numarray
1616

1717
# build the image support module - requires agg and Numeric or
1818
# numarray. You can build the image module with either Numeric or

0 commit comments

Comments
 (0)