Author: Timo Paulssen <timona...@perpetuum-immobile.de> Branch: numpy-data-buffer Changeset: r47791:e5cc9556a7bb Date: 2011-10-03 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/e5cc9556a7bb/
Log: fix translation diff --git a/pypy/module/_numpy/interp_buffer.py b/pypy/module/_numpy/interp_buffer.py --- a/pypy/module/_numpy/interp_buffer.py +++ b/pypy/module/_numpy/interp_buffer.py @@ -5,7 +5,6 @@ class NumpyBuffer(RWBuffer): def __init__(self, array): - RWBuffer.__init__(self) self.array = array def getlength(self): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit