fixed svn:keyword tag 'Id' in various python files

This commit is contained in:
lars 2007-03-21 18:35:31 +00:00
parent 136d8a8bf3
commit 7c2709e643
60 changed files with 60 additions and 60 deletions

View File

@ -25,7 +25,7 @@ requires:
- ntpdate (planned) - ntpdate (planned)
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 ## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -21,7 +21,7 @@
"""The disks feature of the CryptoBox. """The disks feature of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -25,7 +25,7 @@ requires:
- "M2Crypto" python module - "M2Crypto" python module
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
import subprocess import subprocess

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 ## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -21,7 +21,7 @@
"""The help feature of the CryptoBox. """The help feature of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass
from twill.errors import * from twill.errors import *

View File

@ -21,7 +21,7 @@
"""The language_selection feature of the CryptoBox. """The language_selection feature of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -22,7 +22,7 @@
"""The logs feature of the CryptoBox. """The logs feature of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
import re import re

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -25,7 +25,7 @@ requires:
- route - route
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import subprocess import subprocess
import os import os

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 ## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass
from network import CHANGE_IP_DELAY from network import CHANGE_IP_DELAY

View File

@ -21,7 +21,7 @@
"""The partition feature of the CryptoBox. """The partition feature of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import subprocess import subprocess
import os import os

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 ## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
import cryptobox.plugins.manage import cryptobox.plugins.manage

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # 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 ## necessary: otherwise CryptoBoxRootActions.py will refuse to execute this script

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
import cryptobox.core.container import cryptobox.core.container

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
from cryptobox.core.exceptions import * from cryptobox.core.exceptions import *

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass
import cryptobox.tests.tools as cbox_tools import cryptobox.tests.tools as cbox_tools

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
from cryptobox.core.exceptions import * from cryptobox.core.exceptions import *

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass
import cryptobox.tests.tools as cbox_tools import cryptobox.tests.tools as cbox_tools

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
from cryptobox.core.exceptions import * from cryptobox.core.exceptions import *

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
import cryptobox.plugins.manage import cryptobox.plugins.manage

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass
import cryptobox.tests.tools as cbox_tools import cryptobox.tests.tools as cbox_tools

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.plugins.base import cryptobox.plugins.base
from cryptobox.core.exceptions import * from cryptobox.core.exceptions import *

View File

@ -1,7 +1,7 @@
"""Core management functions of the CryptoBox. """Core management functions of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
__all__ = [ 'main', 'container', 'exceptions', 'tools', 'settings' ] __all__ = [ 'main', 'container', 'exceptions', 'tools', 'settings' ]

View File

@ -21,7 +21,7 @@
"""Manage a single container of the CryptoBox """Manage a single container of the CryptoBox
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import subprocess import subprocess
import os import os

View File

@ -22,7 +22,7 @@
exceptions of the cryptobox package exceptions of the cryptobox package
""" """
__revision__ = "$Id" __revision__ = "$Id$"
class CBError(Exception): class CBError(Exception):

View File

@ -22,7 +22,7 @@
This is the web interface for a fileserver managing encrypted filesystems. This is the web interface for a fileserver managing encrypted filesystems.
''' '''
__revision__ = "$Id" __revision__ = "$Id$"
import sys import sys
import cryptobox.core.container as cbxContainer import cryptobox.core.container as cbxContainer

View File

@ -21,7 +21,7 @@
"""Manage the configuration of a CryptoBox """Manage the configuration of a CryptoBox
""" """
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.core.exceptions import * from cryptobox.core.exceptions import *
import logging import logging

View File

@ -1,7 +1,7 @@
"""Features may be easily added to the CryptoBox. """Features may be easily added to the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
__all__ = [ 'base', 'manage' ] __all__ = [ 'base', 'manage' ]

View File

@ -24,7 +24,7 @@
"""All features should inherit from this class. """All features should inherit from this class.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import os import os
import cherrypy import cherrypy

View File

@ -22,7 +22,7 @@
"""Manages the pluggable features of the CryptoBox. """Manages the pluggable features of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import os import os

View File

@ -1,7 +1,7 @@
"""Some unittests for the CryptoBox. """Some unittests for the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
__all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites', __all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites',
'base', 'tools' ] 'base', 'tools' ]

View File

@ -36,7 +36,7 @@ Additional hints:
it before any of these tests: cryptobox.tests.tools.umount(self.device) it before any of these tests: cryptobox.tests.tools.umount(self.device)
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import unittest import unittest
import twill import twill

View File

@ -22,7 +22,7 @@
"""Some unittests for the core CryptoBox modules. """Some unittests for the core CryptoBox modules.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import cryptobox.core.main import cryptobox.core.main

View File

@ -22,7 +22,7 @@
"""This module handles the unittests of all features. """This module handles the unittests of all features.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import CommonTestClass from cryptobox.tests.base import CommonTestClass
import cryptobox.plugins.manage import cryptobox.plugins.manage

View File

@ -24,7 +24,7 @@
This class uses twill. This class uses twill.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
from cryptobox.tests.base import WebInterfaceTestClass from cryptobox.tests.base import WebInterfaceTestClass

View File

@ -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 just inherit one of its classes and add some test functions
""" """
__revision__ = "$Id" __revision__ = "$Id$"
TEST_DEVICE_LIST = ["ubdb", "loop", "ubda", "udbc", "ubdd", "sd"] TEST_DEVICE_LIST = ["ubdb", "loop", "ubda", "udbc", "ubdd", "sd"]

View File

@ -1,7 +1,7 @@
"""The webinterface of the CryptoBox. """The webinterface of the CryptoBox.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
__all__ = [ 'dataset', 'languages', 'sites', 'testclass' ] __all__ = [ 'dataset', 'languages', 'sites', 'testclass' ]

View File

@ -21,7 +21,7 @@
"""Manage the hdf dataset of the cryptobox web sites. """Manage the hdf dataset of the cryptobox web sites.
""" """
__revision__ = "$Id" __revision__ = "$Id$"
import os import os
import cryptobox.core.container as cbxContainer import cryptobox.core.container as cbxContainer

View File

@ -22,7 +22,7 @@
"""supply information about existing languages """supply information about existing languages
""" """
__revision__ = "$Id" __revision__ = "$Id$"
## every language information should contain (name, pluralformat) ## every language information should contain (name, pluralformat)
LANGUAGE_INFO = { LANGUAGE_INFO = {