From e73c1f3270d5308e9173bd529485b9b737e8b790 Mon Sep 17 00:00:00 2001 From: Lennie Date: Sun, 3 Mar 2013 19:37:56 +0100 Subject: [PATCH] Wrong path to heartbeat-gui I think @HA_LIBHBDIR@ should be @LIBDIR@ like in haclient.py.in --- mgmt/client/mgmtcmd.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgmt/client/mgmtcmd.py.in b/mgmt/client/mgmtcmd.py.in index 9cba4dd..facb03e 100755 --- a/mgmt/client/mgmtcmd.py.in +++ b/mgmt/client/mgmtcmd.py.in @@ -24,7 +24,7 @@ Copyright (C) 2005 International Business Machines # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import sys -sys.path.append("@HA_LIBHBDIR@/heartbeat-gui") +sys.path.append("@LIBDIR@/heartbeat-gui") sys.path.append("@HA_DATADIR@/heartbeat-gui") from pymgmt import *