[Zodb-checkins] CVS: StandaloneZODB/ZEO/zrpc - marshal.py:1.1.2.1.2.3

Jeremy Hylton jeremy@zope.com
Mon, 6 May 2002 14:17:39 -0400


Update of /cvs-repository/StandaloneZODB/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv4746/zrpc

Modified Files:
      Tag: ZEO2-branch
	marshal.py 
Log Message:
Import ZRPCError.



=== StandaloneZODB/ZEO/zrpc/marshal.py 1.1.2.1.2.2 => 1.1.2.1.2.3 ===
 import types
 
+from ZEO.zrpc.error import ZRPCError
+
 class Marshaller:
     """Marshal requests and replies to second across network"""