/usr/share/expeyes/firmware/mca-test.py is in expeyes-firmware-dev 3.2.0-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()
|