[pypy-commit] pypy numpy-record-dtypes: oops

fijal noreply at buildbot.pypy.org
Tue Feb 14 15:02:07 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-record-dtypes
Changeset: r52450:92fcbec416cf
Date: 2012-02-14 16:01 +0200
http://bitbucket.org/pypy/pypy/changeset/92fcbec416cf/

Log:	oops

diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -12,7 +12,7 @@
 
 class MockDtype(object):
     class itemtype(object):
-        @classmethod
+        @staticmethod
         def malloc(size):
             return None
 


More information about the pypy-commit mailing list