def client_factory(deferred, error_buffer): factory = protocol.ClientFactory() factory.deferred = deferred factory.error_buffer = error_buffer factory.protocol = VNCClient return factory