Index: gnue-common/src/rpc/client.py =================================================================== --- gnue-common/src/rpc/client.py (Revision 9898) +++ gnue-common/src/rpc/client.py (Arbeitskopie) @@ -184,6 +184,7 @@ 'date': datetime.date.today (), 'time': datetime.datetime.today ().time (), 'datetime': datetime.datetime.today (), + } print "Sending %r (%s) to a roundtrip ..." % (o, type (o)) v = obj.roundtrip (o) print "Result:", repr (v), type (v)