This file is indexed.

/usr/share/pyshared/desktopcouch/service.py is in python-desktopcouch-application 1.0.8-0ubuntu3.

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
6
7
8
9
"""Deprecated."""

import warnings
warnings.warn(
    'Deprecated import path; use desktopcouch.application.service '
    'instead.', DeprecationWarning, stacklevel=2)

# pylint: disable=W0401,W0614
from desktopcouch.application.service import *