Skip to content

Commit 783f5c6

Browse files
committed
Merge pull request #22 from fayvel/sdl_array
Don't try numarray and Numeric to get uint* data types
2 parents d665235 + be49758 commit 783f5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/m64py/SDL/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ctypes import *
1010

1111
# Arrange these in order of preference
12-
_array_names = ('numpy', 'numarray', 'Numeric')
12+
_array_names = ('numpy')
1313

1414
def _import_arrays(array_names, locals):
1515
default_array = None

0 commit comments

Comments
 (0)