Mercurial > libervia-pubsub
diff idavoll/storage.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 | b4490bdc77e5 |
children | 5191ba7c4df8 |
line wrap: on
line diff
--- a/idavoll/storage.py Wed Oct 05 07:02:40 2005 +0000 +++ b/idavoll/storage.py Tue Dec 06 15:18:30 2005 +0000 @@ -1,6 +1,6 @@ from zope.interface import Interface from twisted.words.protocols.jabber import jid -from twisted.xish import domish +from twisted.words.xish import domish class Error(Exception): msg = None