Re: [Twisted-Python] Getting factory with AuthenticatingT elnetProtocol

2010-02-27 Thread Skye
Lucas Taylor gmail.com> writes: > Rather than pass it around, you could set the factory instance as an > attribute of the transport: > Perfect. Thanks! ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cg

[Twisted-Python] Getting factory with AuthenticatingTelnetProtocol

2010-02-27 Thread Skye
) However, after the handoff to the new protocol MyTelnet, self.factory isn't set. How can I pass along the parent factory from the AuthenticatingTelnetProtocol instance to the StatefulTelnetProtocol instance? Sorry if this isn't phrased correctly - I'm new to