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
to session.ISession. As i understand, to actually do the adaptation a call
like ISession(ExampleAvatar) has to be done (?). This call hasn't been done.
Am i missing something?
Thanks in advance,
Anshul
_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to