This file is indexed.

/usr/lib/python2.7/dist-packages/incremental/_version.py is in python-incremental 16.10.1-3.

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
11
"""
Provides Incremental version information.
"""

# This file is auto-generated! Do not edit!
# Use `python -m incremental.update Incremental` to change this file.

from incremental import Version

__version__ = Version('Incremental', 16, 10, 1)
__all__ = ["__version__"]