cryptonas-archive/v0.3.2/src/cryptobox/tests/__init__.py

9 lines
171 B
Python
Raw Normal View History

2007-01-08 06:55:23 +01:00
"""Some unittests for the CryptoBox.
"""
__revision__ = "$Id"
__all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites',
'base', 'tools' ]