Comment 1 for bug 1664158

Revision history for this message
ronbarak (p-launchpad-comverse) wrote :

If I change the following two lines:

openstack@prclnx04:~/python/v4l2$ grep -n "i in range" "/usr/local/lib/python3.5/dist-packages/v4l2.py" | grep range
197:) = [i+0x80 for i in range(1, 10)]
249:) = [i+2 for i in range(0, 5)]

The import is successful.