v.licheni.net
/
stack
/
cam.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed issue #1 - cam library path now has precedence
[stack/cam.git]
/
cam
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 *