fix bad class name in zeroconf
This commit is contained in:
parent
72f10672e5
commit
52442fcf13
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ConnectionSocks5BytestreamZeroconf, ConnectionCommands, ConnectionPEP,
|
||||||
connection_handlers.ConnectionHandlersBase):
|
connection_handlers.ConnectionHandlersBase):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
ConnectionVcard.__init__(self)
|
ConnectionVcard.__init__(self)
|
||||||
ConnectionBytestreamZeroconf.__init__(self)
|
ConnectionSocks5BytestreamZeroconf.__init__(self)
|
||||||
ConnectionCommands.__init__(self)
|
ConnectionCommands.__init__(self)
|
||||||
connection_handlers.ConnectionHandlersBase.__init__(self)
|
connection_handlers.ConnectionHandlersBase.__init__(self)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue