Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
cam
Commits
171e524a
Commit
171e524a
authored
Dec 07, 2006
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed issue #1 - cam library path now has precedence
parent
109a82c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cam
cam
+1
-1
No files found.
cam
View file @
171e524a
...
...
@@ -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
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment