[pypy-svn] r69294 - pypy/trunk/pypy/module/oracle

fijal at codespeak.net fijal at codespeak.net
Sun Nov 15 10:15:28 CET 2009


Author: fijal
Date: Sun Nov 15 10:15:26 2009
New Revision: 69294

Modified:
   pypy/trunk/pypy/module/oracle/interp_connect.py
Log:
no tabs please


Modified: pypy/trunk/pypy/module/oracle/interp_connect.py
==============================================================================
--- pypy/trunk/pypy/module/oracle/interp_connect.py	(original)
+++ pypy/trunk/pypy/module/oracle/interp_connect.py	Sun Nov 15 10:15:26 2009
@@ -66,7 +66,7 @@
                                   space.wrap('@'), space.wrap(1)))
 
         self.connect(space, mode, twophase)
-	return space.wrap(self)
+    return space.wrap(self)
 
     descr_new.unwrap_spec = [ObjSpace, W_Root,
                              W_Root, W_Root, W_Root,



More information about the Pypy-commit mailing list