diff 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
line wrap: on
line diff
--- a/idavoll/pubsub.py	Wed Oct 05 07:02:40 2005 +0000
+++ b/idavoll/pubsub.py	Tue Dec 06 15:18:30 2005 +0000
@@ -1,5 +1,5 @@
 from twisted.words.protocols.jabber import component,jid
-from twisted.xish import utility, domish
+from twisted.words.xish import utility, domish
 from twisted.python import components
 from twisted.internet import defer
 from zope.interface import implements