This file is indexed.

/usr/share/pyshared/desktopcouch/pair/couchdb_pairing/dbus_io.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
10
"""Deprecated."""

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

# pylint: disable=W0401,W0614
from desktopcouch.application.pair.couchdb_pairing.dbus_io import *