From: shaver Date: Wed, 9 Jul 2003 00:35:41 +0000 (+0000) Subject: lconf support for client-side loading of management client as required. X-Git-Tag: v1_7_0_51~2^9~408 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cc533ef75070d6b38ff0a73649fb75f8b0010bde;p=fs%2Flustre-release.git lconf support for client-side loading of management client as required. Bump config version to account for new elements, just to be safe. --- diff --git a/lustre/utils/Lustre/__init__.py b/lustre/utils/Lustre/__init__.py index c1b93e6..7a21df3 100644 --- a/lustre/utils/Lustre/__init__.py +++ b/lustre/utils/Lustre/__init__.py @@ -4,4 +4,4 @@ from lustredb import LustreDB, LustreDB_XML, LustreDB_LDAP from error import LconfError, OptionError from cmdline import Options -CONFIG_VERSION="2003060501" +CONFIG_VERSION="2003070801"