Mercurial > libervia-pubsub
comparison 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 |
comparison
equal
deleted
inserted
replaced
151:f809b998c6f4 | 152:ea8b4189ae3b |
---|---|
1 from zope.interface import Interface | 1 from zope.interface import Interface |
2 from twisted.words.protocols.jabber import jid | 2 from twisted.words.protocols.jabber import jid |
3 from twisted.xish import domish | 3 from twisted.words.xish import domish |
4 | 4 |
5 class Error(Exception): | 5 class Error(Exception): |
6 msg = None | 6 msg = None |
7 | 7 |
8 class NodeNotFound(Error): | 8 class NodeNotFound(Error): |