[pypy-svn] r33406 - pypy/dist/pypy/module/rsocket

ac at codespeak.net ac at codespeak.net
Wed Oct 18 16:10:20 CEST 2006


Author: ac
Date: Wed Oct 18 16:10:20 2006
New Revision: 33406

Modified:
   pypy/dist/pypy/module/rsocket/interp_func.py
Log:
Oops!

Modified: pypy/dist/pypy/module/rsocket/interp_func.py
==============================================================================
--- pypy/dist/pypy/module/rsocket/interp_func.py	(original)
+++ pypy/dist/pypy/module/rsocket/interp_func.py	Wed Oct 18 16:10:20 2006
@@ -252,7 +252,7 @@
         raise converted_error(space, e)
     except ValueError, e:
         raise OperationError(space.w_ValueError,
-                  space.wrap(str(e))
+                  space.wrap(str(e)))
     return space.wrap(ip)
 inet_ntop.unwrap_spec = [ObjSpace, int, str]
 



More information about the Pypy-commit mailing list