Author: mattip
Branch: numpypy-axisops
Changeset: r51068:83403a06fc8c
Date: 2012-01-06 13:34 +0200
http://bitbucket.org/pypy/pypy/changeset/83403a06fc8c/
Log: translation error
diff --git a/pypy/module/micronumpy/interp_iter.py
b/pypy/module/micronumpy/interp_iter.py
--- a/pypy/module/micronumpy/interp_iter.py
+++ b/pypy/module/micronumpy/interp_iter.py
@@ -110,7 +110,7 @@
return AxisIterator(arr.start, arr.strides, arr.backstrides, arr.shape,
dim)
-class AxisIterator(object):
+class AxisIterator(BaseIterator):
""" Accept an addition argument dim
Redorder the dimensions to iterate over dim most often.
Set a flag at the end of each run over dim.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit