Commit 7b75c3c1 authored by Guido van Rossum's avatar Guido van Rossum

This contained a call to log() with a reference to zLOG.ERROR but

never imported log or zLOG.
parent cf7567e5
......@@ -16,7 +16,10 @@ from cStringIO import StringIO
import struct
import types
import zLOG
from ZEO.zrpc.error import ZRPCError, DecodingError
from ZEO.zrpc.log import log
class Marshaller:
"""Marshal requests and replies to second across network"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment