From: ale Date: Thu, 7 Dec 2006 11:36:05 +0000 (+0000) Subject: fixed issue #1 - cam library path now has precedence X-Git-Url: https://v.licheni.net/stack/cam.git/commitdiff_plain/171e524a35b05c90e1f5b795dc44fe1fe0f2bf29 fixed issue #1 - cam library path now has precedence --- diff --git a/cam b/cam index 740b5d7..7dd9eaa 100755 --- 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 *