python.sh: import d'un fichier de test potentiel

This commit is contained in:
Daniel STAN 2014-10-28 22:43:39 +01:00
parent b704f14cdd
commit af01e94aef

View file

@ -14,6 +14,7 @@ readlink -e $1 | grep "^/usr/scripts/" -q || {
p=`dirname "$p"`
done;
echo "Dépôt custom. PYTHONPATH: $CPATH"
test -f $CPATH/testing.sh && . $CPATH/testing.sh
}
for i in $CPATH/lib/python2.7/site-packages/*.egg; do
CPATH=$CPATH:$i