Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88283 | Differences between
and this patch

Collapse All | Expand All

(-)./pyicq-t-0.6/src/tlib/domish.py (-1 / +1 lines)
Lines 422-428 Link Here
422
        es = SuxElementStream()
422
        es = SuxElementStream()
423
        return es
423
        return es
424
424
425
from twisted.protocols import sux
425
from twisted.web import sux
426
class SuxElementStream(sux.XMLParser):
426
class SuxElementStream(sux.XMLParser):
427
    def __init__(self):
427
    def __init__(self):
428
        self.connectionMade()
428
        self.connectionMade()
(-)./pyicq-t-0.6/src/tlib/jabber/component.py (-1 / +1 lines)
Lines 19-25 Link Here
19
from tlib import domish
19
from tlib import domish
20
from twisted.xish import xpath, utility
20
from twisted.xish import xpath, utility
21
from tlib import xmlstream
21
from tlib import xmlstream
22
from twisted.protocols.jabber import jstrports
22
from twisted.words.protocols.jabber import jstrports
23
23
24
def componentFactory(componentid, password):
24
def componentFactory(componentid, password):
25
    a = ConnectComponentAuthenticator(componentid, password)
25
    a = ConnectComponentAuthenticator(componentid, password)

Return to bug 88283