This file is indexed.

/usr/lib/python2.7/dist-packages/logilab/common/contexts.py is in python-logilab-common 0.62.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
5
from warnings import warn
warn('logilab.common.contexts module is deprecated, use logilab.common.shellutils instead',
     DeprecationWarning, stacklevel=1)

from logilab.common.shellutils import tempfile, pushd