Code

bsddb3 implementation. For now, it's the bsddb implementation with a "3"
[roundup.git] / roundup / backends / __init__.py
1 import back_bsddb; bsddb = back_bsddb
2 import back_anydbm; anydbm = back_anydbm
4 __all__ = ['bsddb', 'anydbm']