Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c0ead
)
Branch b1_4
author
adilger
<adilger>
Mon, 30 May 2005 19:32:41 +0000
(19:32 +0000)
committer
adilger
<adilger>
Mon, 30 May 2005 19:32:41 +0000
(19:32 +0000)
Change lib64 search order to avoid stale .pyc files.
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
d9a04bb
..
f815627
100755
(executable)
--- 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/lib
64/lustre/python", "/usr/lib
/lustre/python"]
def development_mode():
base = os.path.dirname(sys.argv[0])