Author: Matti Picus <[email protected]>
Branch: cleanups
Changeset: r84301:a42fff844fd3
Date: 2016-05-08 19:52 +0300
http://bitbucket.org/pypy/pypy/changeset/a42fff844fd3/

Log:    Backed out changeset: 7bdeb693d88b - needed in order to change
        init() syntax for this class

diff --git a/pypy/module/micronumpy/strides.py 
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+++ b/pypy/module/micronumpy/strides.py
@@ -61,6 +61,9 @@
     input_dim = 0
     out_dim = 1
 
+    def __init__(self):
+        pass
+
     def compute(self, space, base_length, base_stride):
         return 0, 1, 0, 0
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to