fix bad class name in zeroconf

This commit is contained in:
Yann Leboulanger 2010-02-23 19:10:51 +01:00
parent 72f10672e5
commit 52442fcf13
1 changed files with 1 additions and 1 deletions

View File

@ -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)