From: adilger Date: Mon, 30 May 2005 19:32:41 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~1^25~8^2~74 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=16cf024602b745c027d7cfafbea9c4b0debd1ac5;p=fs%2Flustre-release.git Branch b1_4 Change lib64 search order to avoid stale .pyc files. --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index d9a04bb..f815627 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -37,7 +37,7 @@ if sys.version[0] == '1': else: from fcntl import F_GETFL, F_SETFL -PYMOD_DIR = ["/usr/lib/lustre/python", "/usr/lib64/lustre/python"] +PYMOD_DIR = ["/usr/lib64/lustre/python", "/usr/lib/lustre/python"] def development_mode(): base = os.path.dirname(sys.argv[0])