lars
0a1a7bd383
fixed corrupt language.hdf file for "volume_passwd" (merged from [891]) fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880]) merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
8 lines
171 B
Python
8 lines
171 B
Python
"""Some unittests for the CryptoBox.
|
|
"""
|
|
|
|
__revision__ = "$Id"
|
|
|
|
__all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites',
|
|
'base', 'tools' ]
|
|
|