Mercurial > libervia-pubsub
comparison idavoll/pgsql_storage.py @ 155:5191ba7c4df8
Work towards first release 0.5.0.
- Add licensing information (MIT)
- Improve installation instructions.
- Use new plugins framework in twisted.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Mon, 21 Aug 2006 16:05:35 +0000 |
parents | b03e5ad81173 |
children | 1701c0e2c707 |
comparison
equal
deleted
inserted
replaced
154:bd8e58c73370 | 155:5191ba7c4df8 |
---|---|
1 # Copyright (c) 2003-2006 Ralph Meijer | |
2 # See LICENSE for details. | |
3 | |
1 import copy | 4 import copy |
2 import storage | 5 import storage |
3 from twisted.enterprise import adbapi | 6 from twisted.enterprise import adbapi |
4 from twisted.internet import defer | 7 from twisted.internet import defer |
5 from twisted.words.protocols.jabber import jid | 8 from twisted.words.protocols.jabber import jid |