Re: [Twisted-Python] Doubt regarding registerAdapter in sshsimpleserver.py

2011-06-24 Thread Anshul Singhle
Thanks. That clears it. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Doubt regarding registerAdapter in sshsimpleserver.py

2011-06-24 Thread exarkun
On 12:37 am, anshul.sing...@gmail.com wrote: >Hi, >I'm a Twisted newbie and I'm working on a custom ssh daemon for serving >git. >I happened to read one of the example files sshsimpleserver.py at * >http://twistedmatrix.com/projects/conch/documentation/examples/* . At >line >93 ExampleSession is

[Twisted-Python] Doubt regarding registerAdapter in sshsimpleserver.py

2011-06-23 Thread Anshul Singhle
Hi, I'm a Twisted newbie and I'm working on a custom ssh daemon for serving git. I happened to read one of the example files sshsimpleserver.py at * http://twistedmatrix.com/projects/conch/documentation/examples/* . At line 93 ExampleSession is registered as an Adapter for ExampleAvatar adapting it