This file is indexed.

/usr/share/pyshared/paste/webkit/FakeWebware/TaskKit/Properties.py is in python-pastewebkit 1.0-7build1.

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
12
13
14
15
name = 'TaskKit'

version = ('X', 'Y', 0)

docs = [
	{'name': "Quick Start",  'file': 'QuickStart.html'},
	{'name': "User's Guide", 'file': 'UsersGuide.html'},
	{'name': 'To Do',        'file': 'TODO-TaskKit.text'},
]

status = 'beta'

requiredPyVersion = (2, 0, 0)

synopsis = """TaskKit provides a framework for the scheduling and management of tasks which can be triggered periodically or at specific times."""