Skip to content
Snippets Groups Projects
Commit 52442fcf authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix bad class name in zeroconf

parent 72f10672
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ ConnectionSocks5BytestreamZeroconf, ConnectionCommands, ConnectionPEP,
connection_handlers.ConnectionHandlersBase):
def __init__(self):
ConnectionVcard.__init__(self)
ConnectionBytestreamZeroconf.__init__(self)
ConnectionSocks5BytestreamZeroconf.__init__(self)
ConnectionCommands.__init__(self)
connection_handlers.ConnectionHandlersBase.__init__(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment