[pypy-commit] pypy missing-ndarray-attributes: fix one translation error

2013-02-03 Thread mattip
Author: Matti Picus Branch: missing-ndarray-attributes Changeset: r60854:90c5f3f0ef1b Date: 2013-02-04 02:09 +0200 http://bitbucket.org/pypy/pypy/changeset/90c5f3f0ef1b/ Log:fix one translation error diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/mo

[pypy-commit] pypy missing-ndarray-attributes: fix one translation error

2013-01-17 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60159:4061742c9b8f Date: 2013-01-18 01:16 +0200 http://bitbucket.org/pypy/pypy/changeset/4061742c9b8f/ Log:fix one translation error diff --git a/pypy/module/micronumpy/interp_flatiter.py b/pypy/module/micronumpy/interp_flatiter.