fixed svn:keyword tag 'Id' in various python files
This commit is contained in:
parent
136d8a8bf3
commit
7c2709e643
60 changed files with 60 additions and 60 deletions
|
@ -25,7 +25,7 @@ requires:
|
|||
- ntpdate (planned)
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""The disks feature of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ requires:
|
|||
- "M2Crypto" python module
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
import subprocess
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""The help feature of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
from twill.errors import *
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""The language_selection feature of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"""The logs feature of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
import re
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ requires:
|
|||
- route
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import subprocess
|
||||
import os
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
from network import CHANGE_IP_DELAY
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""The partition feature of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import subprocess
|
||||
import os
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
import cryptobox.plugins.manage
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
import cryptobox.core.container
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
from cryptobox.core.exceptions import *
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
import cryptobox.tests.tools as cbox_tools
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
from cryptobox.core.exceptions import *
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
import cryptobox.tests.tools as cbox_tools
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
from cryptobox.core.exceptions import *
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
import cryptobox.plugins.manage
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
import cryptobox.tests.tools as cbox_tools
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
from cryptobox.core.exceptions import *
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""Core management functions of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__all__ = [ 'main', 'container', 'exceptions', 'tools', 'settings' ]
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""Manage a single container of the CryptoBox
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import subprocess
|
||||
import os
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
exceptions of the cryptobox package
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
class CBError(Exception):
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
This is the web interface for a fileserver managing encrypted filesystems.
|
||||
'''
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import sys
|
||||
import cryptobox.core.container as cbxContainer
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""Manage the configuration of a CryptoBox
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.core.exceptions import *
|
||||
import logging
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""Features may be easily added to the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__all__ = [ 'base', 'manage' ]
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"""All features should inherit from this class.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import os
|
||||
import cherrypy
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"""Manages the pluggable features of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import os
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""Some unittests for the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites',
|
||||
'base', 'tools' ]
|
||||
|
|
|
@ -36,7 +36,7 @@ Additional hints:
|
|||
it before any of these tests: cryptobox.tests.tools.umount(self.device)
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import unittest
|
||||
import twill
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"""Some unittests for the core CryptoBox modules.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
|
||||
import cryptobox.core.main
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"""This module handles the unittests of all features.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import CommonTestClass
|
||||
import cryptobox.plugins.manage
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
This class uses twill.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from cryptobox.tests.base import WebInterfaceTestClass
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ this module contains some useful tools to be used during the tests
|
|||
just inherit one of its classes and add some test functions
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
TEST_DEVICE_LIST = ["ubdb", "loop", "ubda", "udbc", "ubdd", "sd"]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""The webinterface of the CryptoBox.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__all__ = [ 'dataset', 'languages', 'sites', 'testclass' ]
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"""Manage the hdf dataset of the cryptobox web sites.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import os
|
||||
import cryptobox.core.container as cbxContainer
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"""supply information about existing languages
|
||||
"""
|
||||
|
||||
__revision__ = "$Id"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
## every language information should contain (name, pluralformat)
|
||||
LANGUAGE_INFO = {
|
||||
|
|
Loading…
Reference in a new issue