From 7c2709e643e8b1068e709a3ce820dea3c88f58b0 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 21 Mar 2007 18:35:31 +0000 Subject: [PATCH] fixed svn:keyword tag 'Id' in various python files --- plugins/date/date.py | 2 +- plugins/date/root_action.py | 2 +- plugins/date/unittests.py | 2 +- plugins/disks/disks.py | 2 +- plugins/disks/unittests.py | 2 +- plugins/encrypted_webinterface/encrypted_webinterface.py | 2 +- plugins/encrypted_webinterface/root_action.py | 2 +- plugins/encrypted_webinterface/unittests.py | 2 +- plugins/help/help.py | 2 +- plugins/help/unittests.py | 2 +- plugins/language_selection/language_selection.py | 2 +- plugins/language_selection/unittests.py | 2 +- plugins/logs/logs.py | 2 +- plugins/logs/unittests.py | 2 +- plugins/network/network.py | 2 +- plugins/network/root_action.py | 2 +- plugins/network/unittests.py | 2 +- plugins/partition/partition.py | 2 +- plugins/partition/root_action.py | 2 +- plugins/partition/unittests.py | 2 +- plugins/plugin_manager/plugin_manager.py | 2 +- plugins/plugin_manager/unittests.py | 2 +- plugins/shutdown/root_action.py | 2 +- plugins/shutdown/shutdown.py | 2 +- plugins/shutdown/unittests.py | 2 +- plugins/system_preferences/system_preferences.py | 2 +- plugins/system_preferences/unittests.py | 2 +- plugins/user_manager/unittests.py | 2 +- plugins/user_manager/user_manager.py | 2 +- plugins/volume_automount/unittests.py | 2 +- plugins/volume_automount/volume_automount.py | 2 +- plugins/volume_chpasswd/unittests.py | 2 +- plugins/volume_chpasswd/volume_chpasswd.py | 2 +- plugins/volume_details/unittests.py | 2 +- plugins/volume_details/volume_details.py | 2 +- plugins/volume_format_fs/unittests.py | 2 +- plugins/volume_format_fs/volume_format_fs.py | 2 +- plugins/volume_mount/unittests.py | 2 +- plugins/volume_mount/volume_mount.py | 2 +- plugins/volume_props/unittests.py | 2 +- plugins/volume_props/volume_props.py | 2 +- plugins/volume_rename/unittests.py | 2 +- plugins/volume_rename/volume_rename.py | 2 +- src/cryptobox/core/__init__.py | 2 +- src/cryptobox/core/container.py | 2 +- src/cryptobox/core/exceptions.py | 2 +- src/cryptobox/core/main.py | 2 +- src/cryptobox/core/settings.py | 2 +- src/cryptobox/plugins/__init__.py | 2 +- src/cryptobox/plugins/base.py | 2 +- src/cryptobox/plugins/manage.py | 2 +- src/cryptobox/tests/__init__.py | 2 +- src/cryptobox/tests/base.py | 2 +- src/cryptobox/tests/test.cryptobox.py | 2 +- src/cryptobox/tests/test.plugins.py | 2 +- src/cryptobox/tests/test.websites.py | 2 +- src/cryptobox/tests/tools.py | 2 +- src/cryptobox/web/__init__.py | 2 +- src/cryptobox/web/dataset.py | 2 +- src/cryptobox/web/languages.py | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/plugins/date/date.py b/plugins/date/date.py index d3b2408..88b0229 100644 --- a/plugins/date/date.py +++ b/plugins/date/date.py @@ -25,7 +25,7 @@ requires: - ntpdate (planned) """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/date/root_action.py b/plugins/date/root_action.py index 9bc59e7..7d3b91d 100755 --- a/plugins/date/root_action.py +++ b/plugins/date/root_action.py @@ -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 diff --git a/plugins/date/unittests.py b/plugins/date/unittests.py index 604276c..4d90010 100644 --- a/plugins/date/unittests.py +++ b/plugins/date/unittests.py @@ -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 diff --git a/plugins/disks/disks.py b/plugins/disks/disks.py index f7e4b06..f82472e 100644 --- a/plugins/disks/disks.py +++ b/plugins/disks/disks.py @@ -21,7 +21,7 @@ """The disks feature of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/disks/unittests.py b/plugins/disks/unittests.py index e3311d7..80dd257 100644 --- a/plugins/disks/unittests.py +++ b/plugins/disks/unittests.py @@ -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 diff --git a/plugins/encrypted_webinterface/encrypted_webinterface.py b/plugins/encrypted_webinterface/encrypted_webinterface.py index 7b5c012..b982db3 100644 --- a/plugins/encrypted_webinterface/encrypted_webinterface.py +++ b/plugins/encrypted_webinterface/encrypted_webinterface.py @@ -25,7 +25,7 @@ requires: - "M2Crypto" python module """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base import subprocess diff --git a/plugins/encrypted_webinterface/root_action.py b/plugins/encrypted_webinterface/root_action.py index 6bd176e..c500853 100755 --- a/plugins/encrypted_webinterface/root_action.py +++ b/plugins/encrypted_webinterface/root_action.py @@ -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 diff --git a/plugins/encrypted_webinterface/unittests.py b/plugins/encrypted_webinterface/unittests.py index 4bf09f9..8f02065 100644 --- a/plugins/encrypted_webinterface/unittests.py +++ b/plugins/encrypted_webinterface/unittests.py @@ -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 diff --git a/plugins/help/help.py b/plugins/help/help.py index dd6800e..895d071 100644 --- a/plugins/help/help.py +++ b/plugins/help/help.py @@ -21,7 +21,7 @@ """The help feature of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/help/unittests.py b/plugins/help/unittests.py index 62ef743..c1fb878 100644 --- a/plugins/help/unittests.py +++ b/plugins/help/unittests.py @@ -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 * diff --git a/plugins/language_selection/language_selection.py b/plugins/language_selection/language_selection.py index 6436bba..68d3018 100644 --- a/plugins/language_selection/language_selection.py +++ b/plugins/language_selection/language_selection.py @@ -21,7 +21,7 @@ """The language_selection feature of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/language_selection/unittests.py b/plugins/language_selection/unittests.py index ed96bfd..771a04b 100644 --- a/plugins/language_selection/unittests.py +++ b/plugins/language_selection/unittests.py @@ -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 diff --git a/plugins/logs/logs.py b/plugins/logs/logs.py index 6b61a03..5a6766b 100644 --- a/plugins/logs/logs.py +++ b/plugins/logs/logs.py @@ -22,7 +22,7 @@ """The logs feature of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base import re diff --git a/plugins/logs/unittests.py b/plugins/logs/unittests.py index af477d1..45af15d 100644 --- a/plugins/logs/unittests.py +++ b/plugins/logs/unittests.py @@ -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 diff --git a/plugins/network/network.py b/plugins/network/network.py index df3cde5..7f81b56 100644 --- a/plugins/network/network.py +++ b/plugins/network/network.py @@ -25,7 +25,7 @@ requires: - route """ -__revision__ = "$Id" +__revision__ = "$Id$" import subprocess import os diff --git a/plugins/network/root_action.py b/plugins/network/root_action.py index 28e2839..f2ebea2 100755 --- a/plugins/network/root_action.py +++ b/plugins/network/root_action.py @@ -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 diff --git a/plugins/network/unittests.py b/plugins/network/unittests.py index 3e5e587..0695d4f 100644 --- a/plugins/network/unittests.py +++ b/plugins/network/unittests.py @@ -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 diff --git a/plugins/partition/partition.py b/plugins/partition/partition.py index 6cf3712..c1f4259 100644 --- a/plugins/partition/partition.py +++ b/plugins/partition/partition.py @@ -21,7 +21,7 @@ """The partition feature of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" import subprocess import os diff --git a/plugins/partition/root_action.py b/plugins/partition/root_action.py index b0a8a71..3af9bb2 100755 --- a/plugins/partition/root_action.py +++ b/plugins/partition/root_action.py @@ -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 diff --git a/plugins/partition/unittests.py b/plugins/partition/unittests.py index eded740..da5b2f4 100644 --- a/plugins/partition/unittests.py +++ b/plugins/partition/unittests.py @@ -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 diff --git a/plugins/plugin_manager/plugin_manager.py b/plugins/plugin_manager/plugin_manager.py index 09327bd..5e44bbb 100644 --- a/plugins/plugin_manager/plugin_manager.py +++ b/plugins/plugin_manager/plugin_manager.py @@ -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 diff --git a/plugins/plugin_manager/unittests.py b/plugins/plugin_manager/unittests.py index 83eb994..4497994 100644 --- a/plugins/plugin_manager/unittests.py +++ b/plugins/plugin_manager/unittests.py @@ -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 diff --git a/plugins/shutdown/root_action.py b/plugins/shutdown/root_action.py index 94ae47a..edb395d 100755 --- a/plugins/shutdown/root_action.py +++ b/plugins/shutdown/root_action.py @@ -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 diff --git a/plugins/shutdown/shutdown.py b/plugins/shutdown/shutdown.py index 051a9ef..dacb9d8 100644 --- a/plugins/shutdown/shutdown.py +++ b/plugins/shutdown/shutdown.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/shutdown/unittests.py b/plugins/shutdown/unittests.py index bfb4127..2a7c482 100644 --- a/plugins/shutdown/unittests.py +++ b/plugins/shutdown/unittests.py @@ -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 diff --git a/plugins/system_preferences/system_preferences.py b/plugins/system_preferences/system_preferences.py index 7cc3420..3199876 100644 --- a/plugins/system_preferences/system_preferences.py +++ b/plugins/system_preferences/system_preferences.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/system_preferences/unittests.py b/plugins/system_preferences/unittests.py index b653127..85e3812 100644 --- a/plugins/system_preferences/unittests.py +++ b/plugins/system_preferences/unittests.py @@ -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 diff --git a/plugins/user_manager/unittests.py b/plugins/user_manager/unittests.py index 6ddf693..f5a15eb 100644 --- a/plugins/user_manager/unittests.py +++ b/plugins/user_manager/unittests.py @@ -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 diff --git a/plugins/user_manager/user_manager.py b/plugins/user_manager/user_manager.py index 1d3f4a0..1f4d0a2 100644 --- a/plugins/user_manager/user_manager.py +++ b/plugins/user_manager/user_manager.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/volume_automount/unittests.py b/plugins/volume_automount/unittests.py index 2b6503e..3792f33 100644 --- a/plugins/volume_automount/unittests.py +++ b/plugins/volume_automount/unittests.py @@ -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 diff --git a/plugins/volume_automount/volume_automount.py b/plugins/volume_automount/volume_automount.py index 62cbd11..83f2888 100644 --- a/plugins/volume_automount/volume_automount.py +++ b/plugins/volume_automount/volume_automount.py @@ -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 diff --git a/plugins/volume_chpasswd/unittests.py b/plugins/volume_chpasswd/unittests.py index d001dbc..57c2c28 100644 --- a/plugins/volume_chpasswd/unittests.py +++ b/plugins/volume_chpasswd/unittests.py @@ -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 diff --git a/plugins/volume_chpasswd/volume_chpasswd.py b/plugins/volume_chpasswd/volume_chpasswd.py index 148133d..87edaa7 100644 --- a/plugins/volume_chpasswd/volume_chpasswd.py +++ b/plugins/volume_chpasswd/volume_chpasswd.py @@ -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 * diff --git a/plugins/volume_details/unittests.py b/plugins/volume_details/unittests.py index e9d523b..ea0d65c 100644 --- a/plugins/volume_details/unittests.py +++ b/plugins/volume_details/unittests.py @@ -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 diff --git a/plugins/volume_details/volume_details.py b/plugins/volume_details/volume_details.py index 4bfbdde..3ae72c3 100644 --- a/plugins/volume_details/volume_details.py +++ b/plugins/volume_details/volume_details.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.plugins.base diff --git a/plugins/volume_format_fs/unittests.py b/plugins/volume_format_fs/unittests.py index 0e0d04b..704c8bc 100644 --- a/plugins/volume_format_fs/unittests.py +++ b/plugins/volume_format_fs/unittests.py @@ -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 diff --git a/plugins/volume_format_fs/volume_format_fs.py b/plugins/volume_format_fs/volume_format_fs.py index cb67603..d64553d 100644 --- a/plugins/volume_format_fs/volume_format_fs.py +++ b/plugins/volume_format_fs/volume_format_fs.py @@ -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 * diff --git a/plugins/volume_mount/unittests.py b/plugins/volume_mount/unittests.py index 93c190e..0e170dd 100644 --- a/plugins/volume_mount/unittests.py +++ b/plugins/volume_mount/unittests.py @@ -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 diff --git a/plugins/volume_mount/volume_mount.py b/plugins/volume_mount/volume_mount.py index 12f89c5..bf6d131 100644 --- a/plugins/volume_mount/volume_mount.py +++ b/plugins/volume_mount/volume_mount.py @@ -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 * diff --git a/plugins/volume_props/unittests.py b/plugins/volume_props/unittests.py index 0da6640..ef08a58 100644 --- a/plugins/volume_props/unittests.py +++ b/plugins/volume_props/unittests.py @@ -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 diff --git a/plugins/volume_props/volume_props.py b/plugins/volume_props/volume_props.py index ae0eb5b..be2e1a5 100644 --- a/plugins/volume_props/volume_props.py +++ b/plugins/volume_props/volume_props.py @@ -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 diff --git a/plugins/volume_rename/unittests.py b/plugins/volume_rename/unittests.py index 7038b57..48b4bf8 100644 --- a/plugins/volume_rename/unittests.py +++ b/plugins/volume_rename/unittests.py @@ -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 diff --git a/plugins/volume_rename/volume_rename.py b/plugins/volume_rename/volume_rename.py index f7c6e3d..467a6c4 100644 --- a/plugins/volume_rename/volume_rename.py +++ b/plugins/volume_rename/volume_rename.py @@ -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 * diff --git a/src/cryptobox/core/__init__.py b/src/cryptobox/core/__init__.py index 3b001bf..e984929 100644 --- a/src/cryptobox/core/__init__.py +++ b/src/cryptobox/core/__init__.py @@ -1,7 +1,7 @@ """Core management functions of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" __all__ = [ 'main', 'container', 'exceptions', 'tools', 'settings' ] diff --git a/src/cryptobox/core/container.py b/src/cryptobox/core/container.py index 0185c38..1ac30fa 100644 --- a/src/cryptobox/core/container.py +++ b/src/cryptobox/core/container.py @@ -21,7 +21,7 @@ """Manage a single container of the CryptoBox """ -__revision__ = "$Id" +__revision__ = "$Id$" import subprocess import os diff --git a/src/cryptobox/core/exceptions.py b/src/cryptobox/core/exceptions.py index c3f0343..53d247d 100644 --- a/src/cryptobox/core/exceptions.py +++ b/src/cryptobox/core/exceptions.py @@ -22,7 +22,7 @@ exceptions of the cryptobox package """ -__revision__ = "$Id" +__revision__ = "$Id$" class CBError(Exception): diff --git a/src/cryptobox/core/main.py b/src/cryptobox/core/main.py index f3cbc3c..07b7b7c 100644 --- a/src/cryptobox/core/main.py +++ b/src/cryptobox/core/main.py @@ -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 diff --git a/src/cryptobox/core/settings.py b/src/cryptobox/core/settings.py index 1d684e9..5cc074e 100644 --- a/src/cryptobox/core/settings.py +++ b/src/cryptobox/core/settings.py @@ -21,7 +21,7 @@ """Manage the configuration of a CryptoBox """ -__revision__ = "$Id" +__revision__ = "$Id$" from cryptobox.core.exceptions import * import logging diff --git a/src/cryptobox/plugins/__init__.py b/src/cryptobox/plugins/__init__.py index eedeafc..fac21e7 100644 --- a/src/cryptobox/plugins/__init__.py +++ b/src/cryptobox/plugins/__init__.py @@ -1,7 +1,7 @@ """Features may be easily added to the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" __all__ = [ 'base', 'manage' ] diff --git a/src/cryptobox/plugins/base.py b/src/cryptobox/plugins/base.py index e6391c9..04251f6 100644 --- a/src/cryptobox/plugins/base.py +++ b/src/cryptobox/plugins/base.py @@ -24,7 +24,7 @@ """All features should inherit from this class. """ -__revision__ = "$Id" +__revision__ = "$Id$" import os import cherrypy diff --git a/src/cryptobox/plugins/manage.py b/src/cryptobox/plugins/manage.py index 79c1838..aa6b81d 100644 --- a/src/cryptobox/plugins/manage.py +++ b/src/cryptobox/plugins/manage.py @@ -22,7 +22,7 @@ """Manages the pluggable features of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" import os diff --git a/src/cryptobox/tests/__init__.py b/src/cryptobox/tests/__init__.py index 57b82a9..7194f5d 100644 --- a/src/cryptobox/tests/__init__.py +++ b/src/cryptobox/tests/__init__.py @@ -1,7 +1,7 @@ """Some unittests for the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" __all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites', 'base', 'tools' ] diff --git a/src/cryptobox/tests/base.py b/src/cryptobox/tests/base.py index 9b77a35..3233f2b 100644 --- a/src/cryptobox/tests/base.py +++ b/src/cryptobox/tests/base.py @@ -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 diff --git a/src/cryptobox/tests/test.cryptobox.py b/src/cryptobox/tests/test.cryptobox.py index a05b7c5..62b051f 100755 --- a/src/cryptobox/tests/test.cryptobox.py +++ b/src/cryptobox/tests/test.cryptobox.py @@ -22,7 +22,7 @@ """Some unittests for the core CryptoBox modules. """ -__revision__ = "$Id" +__revision__ = "$Id$" import cryptobox.core.main diff --git a/src/cryptobox/tests/test.plugins.py b/src/cryptobox/tests/test.plugins.py index 723d540..49353e1 100755 --- a/src/cryptobox/tests/test.plugins.py +++ b/src/cryptobox/tests/test.plugins.py @@ -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 diff --git a/src/cryptobox/tests/test.websites.py b/src/cryptobox/tests/test.websites.py index 0621778..81fbc02 100755 --- a/src/cryptobox/tests/test.websites.py +++ b/src/cryptobox/tests/test.websites.py @@ -24,7 +24,7 @@ This class uses twill. """ -__revision__ = "$Id" +__revision__ = "$Id$" from cryptobox.tests.base import WebInterfaceTestClass diff --git a/src/cryptobox/tests/tools.py b/src/cryptobox/tests/tools.py index 51dfe36..2c2a709 100644 --- a/src/cryptobox/tests/tools.py +++ b/src/cryptobox/tests/tools.py @@ -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"] diff --git a/src/cryptobox/web/__init__.py b/src/cryptobox/web/__init__.py index f524565..523809f 100644 --- a/src/cryptobox/web/__init__.py +++ b/src/cryptobox/web/__init__.py @@ -1,7 +1,7 @@ """The webinterface of the CryptoBox. """ -__revision__ = "$Id" +__revision__ = "$Id$" __all__ = [ 'dataset', 'languages', 'sites', 'testclass' ] diff --git a/src/cryptobox/web/dataset.py b/src/cryptobox/web/dataset.py index 8df8290..a9ea029 100644 --- a/src/cryptobox/web/dataset.py +++ b/src/cryptobox/web/dataset.py @@ -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 diff --git a/src/cryptobox/web/languages.py b/src/cryptobox/web/languages.py index e55a2f1..82871f1 100644 --- a/src/cryptobox/web/languages.py +++ b/src/cryptobox/web/languages.py @@ -22,7 +22,7 @@ """supply information about existing languages """ -__revision__ = "$Id" +__revision__ = "$Id$" ## every language information should contain (name, pluralformat) LANGUAGE_INFO = {