This file is indexed.

/usr/share/pyshared/pycryptopp/publickey/ecdsa.py is in python-pycryptopp 0.6.0.20120313-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
5
from pycryptopp import _import_my_names

_import_my_names(globals(), "ecdsa_")

del _import_my_names