Modify twisted.protocols.sip to use twisted.cred

[email protected] Sat, 17 Oct 2009 13:01:30 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from kelly <None>:

Attached patch modifies twisted.protocols.sip to use twisted.cred internally rather than the deprecated classes in the sip module.

Had a problem with a circular import between twisted.cred.credentials and twisted.web.iweb.  The solution used in the patch is a hack as I'm not sure what the best way to resolve the conflict is.  Would it be acceptable to move the interfaces in twisted.cred.credentials into a separate interface file?

----------
Type     : enhancement
Component: core
Keywords : 
Priority : low
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4060