Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Mon, 30 May 2005 19:32:41 +0000 (19:32 +0000)
committeradilger <adilger>
Mon, 30 May 2005 19:32:41 +0000 (19:32 +0000)
Change lib64 search order to avoid stale .pyc files.

lustre/utils/lconf

index d9a04bb..f815627 100755 (executable)
@@ -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])