This file is indexed.

/usr/share/pyshared/pywebdav/lib/__init__.py is in python-webdav 0.9.8-7.

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
import pkg_resources

# get version from package
package = pkg_resources.require('PyWebDAV')[0]
VERSION = package.version

# author hardcoded here
AUTHOR = 'Simon Pamies (spamsch@gmail.com)'