This file is indexed.

/usr/lib/python2.7/dist-packages/taskflow-0.1.3.egg-info/SOURCES.txt is in python-taskflow 0.1.3-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
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.coveragerc
.mailmap
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
LICENSE
MANIFEST.in
README.md
openstack-common.conf
optional-requirements.txt
pylintrc
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox-tmpl.ini
tox.ini
doc/Makefile
doc/conf.py
doc/index.rst
doc/taskflow.engines.action_engine.rst
doc/taskflow.engines.rst
doc/taskflow.jobs.rst
doc/taskflow.listeners.rst
doc/taskflow.patterns.rst
doc/taskflow.persistence.backends.rst
doc/taskflow.persistence.backends.sqlalchemy.rst
doc/taskflow.persistence.rst
doc/taskflow.rst
doc/taskflow.utils.rst
taskflow/__init__.py
taskflow/atom.py
taskflow/exceptions.py
taskflow/flow.py
taskflow/states.py
taskflow/storage.py
taskflow/task.py
taskflow/test.py
taskflow/version.py
taskflow.egg-info/PKG-INFO
taskflow.egg-info/SOURCES.txt
taskflow.egg-info/dependency_links.txt
taskflow.egg-info/entry_points.txt
taskflow.egg-info/not-zip-safe
taskflow.egg-info/requires.txt
taskflow.egg-info/top_level.txt
taskflow/engines/__init__.py
taskflow/engines/base.py
taskflow/engines/helpers.py
taskflow/engines/action_engine/__init__.py
taskflow/engines/action_engine/engine.py
taskflow/engines/action_engine/executor.py
taskflow/engines/action_engine/graph_action.py
taskflow/engines/action_engine/graph_analyzer.py
taskflow/engines/action_engine/task_action.py
taskflow/examples/build_a_car.py
taskflow/examples/buildsystem.py
taskflow/examples/calculate_in_parallel.py
taskflow/examples/calculate_linear.py
taskflow/examples/create_parallel_volume.py
taskflow/examples/example_utils.py
taskflow/examples/fake_billing.py
taskflow/examples/graph_flow.py
taskflow/examples/persistence_example.py
taskflow/examples/resume_from_backend.out.txt
taskflow/examples/resume_from_backend.py
taskflow/examples/resume_many_flows.out.txt
taskflow/examples/resume_many_flows.py
taskflow/examples/resume_vm_boot.py
taskflow/examples/resume_volume_create.py
taskflow/examples/reverting_linear.out.txt
taskflow/examples/reverting_linear.py
taskflow/examples/simple_linear.out.txt
taskflow/examples/simple_linear.py
taskflow/examples/simple_linear_listening.out.txt
taskflow/examples/simple_linear_listening.py
taskflow/examples/wrapped_exception.py
taskflow/examples/resume_many_flows/my_flows.py
taskflow/examples/resume_many_flows/resume_all.py
taskflow/examples/resume_many_flows/run_flow.py
taskflow/jobs/__init__.py
taskflow/jobs/job.py
taskflow/jobs/jobboard.py
taskflow/listeners/__init__.py
taskflow/listeners/base.py
taskflow/listeners/logging.py
taskflow/listeners/printing.py
taskflow/listeners/timing.py
taskflow/openstack/__init__.py
taskflow/openstack/common/__init__.py
taskflow/openstack/common/excutils.py
taskflow/openstack/common/gettextutils.py
taskflow/openstack/common/importutils.py
taskflow/openstack/common/jsonutils.py
taskflow/openstack/common/timeutils.py
taskflow/openstack/common/uuidutils.py
taskflow/openstack/common/py3kcompat/__init__.py
taskflow/openstack/common/py3kcompat/urlutils.py
taskflow/patterns/__init__.py
taskflow/patterns/graph_flow.py
taskflow/patterns/linear_flow.py
taskflow/patterns/unordered_flow.py
taskflow/persistence/__init__.py
taskflow/persistence/logbook.py
taskflow/persistence/backends/__init__.py
taskflow/persistence/backends/base.py
taskflow/persistence/backends/impl_dir.py
taskflow/persistence/backends/impl_memory.py
taskflow/persistence/backends/impl_sqlalchemy.py
taskflow/persistence/backends/impl_zookeeper.py
taskflow/persistence/backends/sqlalchemy/__init__.py
taskflow/persistence/backends/sqlalchemy/migration.py
taskflow/persistence/backends/sqlalchemy/models.py
taskflow/persistence/backends/sqlalchemy/alembic/README
taskflow/persistence/backends/sqlalchemy/alembic/alembic.ini
taskflow/persistence/backends/sqlalchemy/alembic/env.py
taskflow/persistence/backends/sqlalchemy/alembic/script.py.mako
taskflow/persistence/backends/sqlalchemy/alembic/versions/1c783c0c2875_replace_exception_an.py
taskflow/persistence/backends/sqlalchemy/alembic/versions/1cea328f0f65_initial_logbook_deta.py
taskflow/persistence/backends/sqlalchemy/alembic/versions/README
taskflow/tests/__init__.py
taskflow/tests/test_examples.py
taskflow/tests/utils.py
taskflow/tests/unit/__init__.py
taskflow/tests/unit/test_action_engine.py
taskflow/tests/unit/test_arguments_passing.py
taskflow/tests/unit/test_check_transition.py
taskflow/tests/unit/test_duration.py
taskflow/tests/unit/test_engine_helpers.py
taskflow/tests/unit/test_flattening.py
taskflow/tests/unit/test_flow_dependencies.py
taskflow/tests/unit/test_functor_task.py
taskflow/tests/unit/test_graph_flow.py
taskflow/tests/unit/test_green_executor.py
taskflow/tests/unit/test_progress.py
taskflow/tests/unit/test_storage.py
taskflow/tests/unit/test_suspend_flow.py
taskflow/tests/unit/test_task.py
taskflow/tests/unit/test_unordered_flow.py
taskflow/tests/unit/test_utils.py
taskflow/tests/unit/test_utils_async_utils.py
taskflow/tests/unit/test_utils_binary.py
taskflow/tests/unit/test_utils_failure.py
taskflow/tests/unit/test_utils_lock_utils.py
taskflow/tests/unit/persistence/__init__.py
taskflow/tests/unit/persistence/base.py
taskflow/tests/unit/persistence/test_dir_persistence.py
taskflow/tests/unit/persistence/test_memory_persistence.py
taskflow/tests/unit/persistence/test_sql_persistence.py
taskflow/tests/unit/persistence/test_zake_persistence.py
taskflow/tests/unit/persistence/test_zk_persistence.py
taskflow/utils/__init__.py
taskflow/utils/async_utils.py
taskflow/utils/eventlet_utils.py
taskflow/utils/flow_utils.py
taskflow/utils/graph_utils.py
taskflow/utils/kazoo_utils.py
taskflow/utils/lock_utils.py
taskflow/utils/misc.py
taskflow/utils/persistence_utils.py
taskflow/utils/reflection.py
taskflow/utils/threading_utils.py
tools/state_graph.py