Author: Matti Picus <matti.pi...@gmail.com>
Branch: 
Changeset: r54039:ad198fd9857a
Date: 2012-03-28 08:06 +0200
http://bitbucket.org/pypy/pypy/changeset/ad198fd9857a/

Log:    reformat remove tab

diff --git a/pypy/module/micronumpy/interp_ufuncs.py 
b/pypy/module/micronumpy/interp_ufuncs.py
--- a/pypy/module/micronumpy/interp_ufuncs.py
+++ b/pypy/module/micronumpy/interp_ufuncs.py
@@ -28,7 +28,7 @@
         return self.identity
 
     def descr_call(self, space, __args__):
-       from interp_numarray import BaseArray
+        from interp_numarray import BaseArray
         args_w, kwds_w = __args__.unpack()
         # it occurs to me that we don't support any datatypes that
         # require casting, change it later when we do
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to