v.licheni.net
/
stack
/
cam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
109a82c
)
fixed issue #1 - cam library path now has precedence
author
ale
<ale@9de0ac56-b551-4d3d-a58d-d429de429fdc>
Thu, 7 Dec 2006 11:36:05 +0000
(11:36 +0000)
committer
ale
<ale@9de0ac56-b551-4d3d-a58d-d429de429fdc>
Thu, 7 Dec 2006 11:36:05 +0000
(11:36 +0000)
cam
patch
|
blob
|
history
diff --git
a/cam
b/cam
index
740b5d7
..
7dd9eaa
100755
(executable)
--- a/
cam
+++ b/
cam
@@
-3,7
+3,7
@@
import os, sys
import logging
-sys.path.
append(
os.path.join(os.path.dirname(sys.argv[0]), 'lib'))
+sys.path.
insert(0,
os.path.join(os.path.dirname(sys.argv[0]), 'lib'))
from utils import *
from cfg import *