[pypy-svn] r74537 - pypy/trunk/pypy/module/cpyext

afa at codespeak.net afa at codespeak.net
Tue May 18 00:34:28 CEST 2010


Author: afa
Date: Tue May 18 00:34:26 2010
New Revision: 74537

Modified:
   pypy/trunk/pypy/module/cpyext/api.py
Log:
Remove tab


Modified: pypy/trunk/pypy/module/cpyext/api.py
==============================================================================
--- pypy/trunk/pypy/module/cpyext/api.py	(original)
+++ pypy/trunk/pypy/module/cpyext/api.py	Tue May 18 00:34:26 2010
@@ -17,7 +17,7 @@
 from pypy.interpreter.error import OperationError, operationerrfmt
 from pypy.interpreter.baseobjspace import W_Root
 from pypy.interpreter.gateway import ObjSpace, unwrap_spec
-from pypy.interpreter.nestedscope import Cell	
+from pypy.interpreter.nestedscope import Cell
 from pypy.rlib.entrypoint import entrypoint
 from pypy.rlib.unroll import unrolling_iterable
 from pypy.rlib.objectmodel import specialize



More information about the Pypy-commit mailing list