Author: reinhard
Date: 2008-11-27 08:30:13 -0600 (Thu, 27 Nov 2008)
New Revision: 9900
Modified:
trunk/gnue-common/src/rpc/client.py
Log:
Fixed missing closing brace.
Modified: trunk/gnue-common/src/rpc/client.py
===================================================================
--- trunk/gnue-common/src/rpc/client.py 2008-11-21 22:23:39 UTC (rev 9899)
+++ trunk/gnue-common/src/rpc/client.py 2008-11-27 14:30:13 UTC (rev 9900)
@@ -183,7 +183,8 @@
'True': True, 'None': None, 'tuple': ('a', 2), 'list': ['b', 3],
'date': datetime.date.today (),
'time': datetime.datetime.today ().time (),
- 'datetime': datetime.datetime.today (),
+ 'datetime': datetime.datetime.today ()}
+
print "Sending %r (%s) to a roundtrip ..." % (o, type (o))
v = obj.roundtrip (o)
print "Result:", repr (v), type (v)
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.