Commit dc26460a authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

Add missing LOG import

Fixes an undefined variable error found by pylint
parent 3b24314a
......@@ -7,6 +7,8 @@ import socket
import mitogen.core
from mitogen.core import LOG
class Listener(mitogen.core.BasicStream):
def __init__(self, broker, address=None, backlog=30):
......
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