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:
02b4372
)
b=5800
author
nic
<nic>
Wed, 2 Mar 2005 22:15:52 +0000
(22:15 +0000)
committer
nic
<nic>
Wed, 2 Mar 2005 22:15:52 +0000
(22:15 +0000)
extend the same affection shown to lconf to lmc. we have no favorite child
lustre/utils/lmc
patch
|
blob
|
history
diff --git
a/lustre/utils/lmc
b/lustre/utils/lmc
index
99364de
..
11b9fb8
100755
(executable)
--- 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.
app
end(PYMOD_DIR)
+ sys.path.
ext
end(PYMOD_DIR)
import Lustre