From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 21 Dec 2006 03:41:44 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions FenceHandler.py Message-ID: <20061221034144.9538.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2006-12-21 03:41:43 Modified files: luci/site/luci/Extensions: FenceHandler.py Log message: fix a typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.10&r2=1.11 --- conga/luci/site/luci/Extensions/FenceHandler.py 2006/12/20 22:06:49 1.10 +++ conga/luci/site/luci/Extensions/FenceHandler.py 2006/12/21 03:41:43 1.11 @@ -3,12 +3,12 @@ import MessageLibrary import ModelBuilder #from FenceDevice import FenceDevice -from conga_constants import * +from conga_constants import FD_VAL_SUCCESS, FD_VAL_FAIL INSTALLDIR="/usr/share/system-config-cluster" FD_NEW_SUCCESS = "New %s successfully added to cluster" -FD_NEW_SUCCESS = "Fence device %s successfully updated" +FD_UPDATE_SUCCESS = "Fence device %s successfully updated" FD_NEW_FAIL = "No agent type %s in shared device list" FD_PROVIDE_NAME = "A unique name must be provided for each Fence Device"