This file is indexed.

/usr/share/pyshared/pyPdf/__init__.py is in python-pypdf 1:1.13-2.

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

The actual contents of the file can be viewed below.

1
2
3
4
from pdf import PdfFileReader, PdfFileWriter
import warnings
__all__ = ["pdf"]
warnings.warn( "shouldn't use python-pypdf anymore! Now use python-pypdf2.", DeprecationWarning)