Mercurial > p > roundup > code
view roundup/backends/__init__.py @ 85:fe0b33370244
Made setup.py executable, added id and log.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Jul 2001 07:14:27 +0000 |
| parents | 3c5920433866 |
| children | 764db91c0dea |
line wrap: on
line source
import back_bsddb; bsddb = back_bsddb import back_anydbm; anydbm = back_anydbm __all__ = ['bsddb', 'anydbm']
