From 635d5c9147c934768e3edc14dae6e7000a68c179 Mon Sep 17 00:00:00 2001 From: nic Date: Wed, 2 Mar 2005 22:15:52 +0000 Subject: [PATCH] b=5800 extend the same affection shown to lconf to lmc. we have no favorite child --- lustre/utils/lmc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/lmc b/lustre/utils/lmc index 99364de..11b9fb8 100755 --- a/lustre/utils/lmc +++ b/lustre/utils/lmc @@ -37,7 +37,7 @@ def printDoc(doc, stream=sys.stdout): stream.write("\n") -PYMOD_DIR = "/usr/lib/lustre/python" +PYMOD_DIR = ["/usr/lib/lustre/python", "/usr/lib64/lustre/python"] def development_mode(): base = os.path.dirname(sys.argv[0]) @@ -46,7 +46,7 @@ def development_mode(): return 0 if not development_mode(): - sys.path.append(PYMOD_DIR) + sys.path.extend(PYMOD_DIR) import Lustre -- 1.8.3.1