This file is indexed.

/usr/share/expeyes/firmware/mca-test.py is in expeyes-firmware-dev 3.4.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
import expeyes.mca
p=expeyes.mca.open()

print 'MCA version ->', p.get_version()