This file is indexed.

/usr/share/pyshared/desktopcouch/pair/couchdb_pairing/ubuntuone_pairing.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; This code is now a plug-in and should not'
    'be used externally.', DeprecationWarning, stacklevel=2)

# pylint: disable=W0401,W0611,W0614
from desktopcouch.application.plugins.ubuntuone_pairing import (
    pair_with_ubuntuone, U1_PAIR_RECORD, MAP_JS)