From: nic Date: Wed, 2 Mar 2005 22:15:52 +0000 (+0000) Subject: b=5800 X-Git-Tag: v1_8_0_110~486^7~156 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=635d5c9147c934768e3edc14dae6e7000a68c179;p=fs%2Flustre-release.git b=5800 extend the same affection shown to lconf to lmc. we have no favorite child --- 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