commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7013 - in trunk/gnue-common/src/rpc/drivers/xmlrpc: pw_xmlrpc py


From: johannes
Subject: [gnue] r7013 - in trunk/gnue-common/src/rpc/drivers/xmlrpc: pw_xmlrpc py_xmlrpc
Date: Fri, 11 Feb 2005 14:07:57 -0600 (CST)

Author: johannes
Date: 2005-02-11 14:07:56 -0600 (Fri, 11 Feb 2005)
New Revision: 7013

Modified:
   trunk/gnue-common/src/rpc/drivers/xmlrpc/pw_xmlrpc/typeconv.py
   trunk/gnue-common/src/rpc/drivers/xmlrpc/py_xmlrpc/typeconv.py
Log:
Reintroduced the bugs, as it is the smaller evil :(


Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/pw_xmlrpc/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/pw_xmlrpc/typeconv.py      
2005-02-11 18:46:46 UTC (rev 7012)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/pw_xmlrpc/typeconv.py      
2005-02-11 20:07:56 UTC (rev 7013)
@@ -139,7 +139,7 @@
   elif isinstance (value, types.DictionaryType):
     result = {}
     for (key, val) in value.items ():
-      result [rpc_to_python (key, exception)] = rpc_to_python (val, exception)
+      result [python_to_rpc (key, exception)] = python_to_rpc (val, exception)
     return result
 
   else:

Modified: trunk/gnue-common/src/rpc/drivers/xmlrpc/py_xmlrpc/typeconv.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/xmlrpc/py_xmlrpc/typeconv.py      
2005-02-11 18:46:46 UTC (rev 7012)
+++ trunk/gnue-common/src/rpc/drivers/xmlrpc/py_xmlrpc/typeconv.py      
2005-02-11 20:07:56 UTC (rev 7013)
@@ -136,7 +136,7 @@
   elif isinstance (value, types.DictionaryType):
     result = {}
     for (key, val) in value.items ():
-      result [rpc_to_python (key, exception)] = rpc_to_python (val, exception)
+      result [python_to_rpc (key, exception)] = python_to_rpc (val, exception)
     return result
 
   else:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]