[Zodb-checkins] SVN: ZODB/branches/hannosch-pickle-protocol2/src/ZEO/zrpc/marshal.py Ups, print
Hanno Schlichting
hannosch at hannosch.eu
Sat May 1 12:23:10 EDT 2010
Log message for revision 111840:
Ups, print
Changed:
U ZODB/branches/hannosch-pickle-protocol2/src/ZEO/zrpc/marshal.py
-=-
Modified: ZODB/branches/hannosch-pickle-protocol2/src/ZEO/zrpc/marshal.py
===================================================================
--- ZODB/branches/hannosch-pickle-protocol2/src/ZEO/zrpc/marshal.py 2010-05-01 15:49:27 UTC (rev 111839)
+++ ZODB/branches/hannosch-pickle-protocol2/src/ZEO/zrpc/marshal.py 2010-05-01 16:23:09 UTC (rev 111840)
@@ -22,7 +22,6 @@
"""Marshal requests and replies to second across network"""
def __init__(self, pickle_protocol=1):
- print pickle_protocol
self._pickle_protocol = pickle_protocol
def encode(self, msgid, flags, name, args):
More information about the Zodb-checkins
mailing list