diff -urN ./pyicq-t-0.6/src/tlib/domish.py ./pyicq-t-0.6.new/src/tlib/domish.py --- ./pyicq-t-0.6/src/tlib/domish.py 2005-02-27 04:51:11.000000000 +0300 +++ ./pyicq-t-0.6.new/src/tlib/domish.py 2005-06-17 18:15:47.000000000 +0400 @@ -422,7 +422,7 @@ es = SuxElementStream() return es -from twisted.protocols import sux +from twisted.web import sux class SuxElementStream(sux.XMLParser): def __init__(self): self.connectionMade() diff -urN ./pyicq-t-0.6/src/tlib/jabber/component.py ./pyicq-t-0.6.new/src/tlib/jabber/component.py --- ./pyicq-t-0.6/src/tlib/jabber/component.py 2005-02-27 04:51:11.000000000 +0300 +++ ./pyicq-t-0.6.new/src/tlib/jabber/component.py 2005-06-17 18:17:12.000000000 +0400 @@ -19,7 +19,7 @@ from tlib import domish from twisted.xish import xpath, utility from tlib import xmlstream -from twisted.protocols.jabber import jstrports +from twisted.words.protocols.jabber import jstrports def componentFactory(componentid, password): a = ConnectComponentAuthenticator(componentid, password)