Index: cr_objectives.sh =================================================================== diff -u --- cr_objectives.sh (revision 0) +++ cr_objectives.sh (revision 60a06194f775d94fe1fec89afadf1bb11b69ff58) @@ -0,0 +1,4 @@ +#!/bin/sh +commit=$1 # or branch/tag +git log $commit..HEAD --pretty=format:"commit : [%h|http://192.168.10.132:7990/projects/VV/repos/dialin/commits/%h] - %B" --no-merges | grep -v -e '^[[:space:]]*$' + Index: dialin/squish/unittests.py =================================================================== diff -u -r202904412c10730523596c96a2f5d885e5d019d0 -r60a06194f775d94fe1fec89afadf1bb11b69ff58 --- dialin/squish/unittests.py (.../unittests.py) (revision 202904412c10730523596c96a2f5d885e5d019d0) +++ dialin/squish/unittests.py (.../unittests.py) (revision 60a06194f775d94fe1fec89afadf1bb11b69ff58) @@ -20,11 +20,8 @@ from dialin.squish import crc from dialin.squish.utils import check_can0 -from can import util -from can.interfaces.socketcan import utils MICRO = [8, 9] - def test_python_version(): """ tests the current python version compatibility