[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[snapshot/master] Use a python2.6 path to find the module



---
 fsck/check-1/hash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fsck/check-1/hash b/fsck/check-1/hash
index 96363ff..6e95fb7 100755
--- a/fsck/check-1/hash
+++ b/fsck/check-1/hash
@@ -27,7 +27,7 @@ import re
 import sys
 import threading
 import Queue
-sys.path.append(os.path.abspath(os.path.dirname(sys.argv[0]))+'/lib/python2.5/site-packages')
+sys.path.append(os.path.abspath(os.path.dirname(sys.argv[0]))+'/lib/python2.6/site-packages')
 import hasher
 
 
-- 
1.7.2.5



Reply to: