Hi,<br>I&#39;m a Twisted newbie and I&#39;m working on a custom ssh daemon for 
serving git. I happened to read one of the example files 
sshsimpleserver.py at <i><i><a href="http://twistedmatrix.com/projects/conch/documentation/examples/" target="_blank">http://twistedmatrix.com/projects/conch/documentation/examples/</a></i></i>
 . At line 93 ExampleSession is registered as an Adapter for 
ExampleAvatar adapting it to session.ISession. As i understand, to 
actually do the adaptation a call like ISession(ExampleAvatar) has to be
 done (?). This call hasn&#39;t been done. Am i missing something?<br>
Thanks in advance,<br><font color="#888888">Anshul</font>