Commit 12b78388 authored by Jim Fulton's avatar Jim Fulton

Added missing INFO import.

parent fc8470e2
......@@ -85,10 +85,10 @@
"""Sized message async connections
"""
__version__ = "$Revision: 1.7 $"[11:-2]
__version__ = "$Revision: 1.8 $"[11:-2]
import asyncore, string, struct, zLOG, sys, Acquisition
from zLOG import LOG, TRACE, ERROR
from zLOG import LOG, TRACE, ERROR, INFO
class SizedMessageAsyncConnection(Acquisition.Explicit, asyncore.dispatcher):
......
......@@ -85,10 +85,10 @@
"""Sized message async connections
"""
__version__ = "$Revision: 1.7 $"[11:-2]
__version__ = "$Revision: 1.8 $"[11:-2]
import asyncore, string, struct, zLOG, sys, Acquisition
from zLOG import LOG, TRACE, ERROR
from zLOG import LOG, TRACE, ERROR, INFO
class SizedMessageAsyncConnection(Acquisition.Explicit, asyncore.dispatcher):
......
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