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

afa at codespeak.net afa at codespeak.net
Fri Nov 27 11:36:56 CET 2009


Author: afa
Date: Fri Nov 27 11:36:54 2009
New Revision: 69678

Modified:
   pypy/trunk/pypy/module/oracle/interp_connect.py
Log:
Typo


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	Fri Nov 27 11:36:54 2009
@@ -165,7 +165,7 @@
         # transactions but are limited in terms of the lengths of the strings
         if twophase:
             raise OperationError(
-                interp_error.get(space).w_NotSupportedError
+                interp_error.get(space).w_NotSupportedError,
                 space.wrap("XXX write me"))
 
         # allocate the session handle



More information about the Pypy-commit mailing list