Mercurial > libervia-pubsub
comparison idavoll/pubsub.py @ 152:ea8b4189ae3b
Update to Twisted Words 0.3.0.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Tue, 06 Dec 2005 15:18:30 +0000 |
parents | 043f2e5ce8cd |
children | 753b8432460f |
comparison
equal
deleted
inserted
replaced
151:f809b998c6f4 | 152:ea8b4189ae3b |
---|---|
1 from twisted.words.protocols.jabber import component,jid | 1 from twisted.words.protocols.jabber import component,jid |
2 from twisted.xish import utility, domish | 2 from twisted.words.xish import utility, domish |
3 from twisted.python import components | 3 from twisted.python import components |
4 from twisted.internet import defer | 4 from twisted.internet import defer |
5 from zope.interface import implements | 5 from zope.interface import implements |
6 | 6 |
7 import backend | 7 import backend |