60 changed files with 60 additions and 60 deletions
@ -1,7 +1,7 @@
|
||||
"""Core management functions of the CryptoBox. |
||||
""" |
||||
|
||||
__revision__ = "$Id" |
||||
__revision__ = "$Id$" |
||||
|
||||
__all__ = [ 'main', 'container', 'exceptions', 'tools', 'settings' ] |
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
"""Features may be easily added to the CryptoBox. |
||||
""" |
||||
|
||||
__revision__ = "$Id" |
||||
__revision__ = "$Id$" |
||||
|
||||
__all__ = [ 'base', 'manage' ] |
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
"""The webinterface of the CryptoBox. |
||||
""" |
||||
|
||||
__revision__ = "$Id" |
||||
__revision__ = "$Id$" |
||||
|
||||
__all__ = [ 'dataset', 'languages', 'sites', 'testclass' ] |
||||
|
||||
|
Loading…
Reference in new issue