This file is indexed.

/usr/lib/python2.7/dist-packages/chaco-4.5.0.egg-info/SOURCES.txt is in python-chaco 4.5.0-1.

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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
MANIFEST.in
README.rst
setup.cfg
setup.py
chaco/__init__.py
chaco/_cython_speedups.c
chaco/_isnan.h
chaco/_speedups_fallback.py
chaco/abstract_colormap.py
chaco/abstract_controller.py
chaco/abstract_data_range.py
chaco/abstract_data_source.py
chaco/abstract_mapper.py
chaco/abstract_overlay.py
chaco/abstract_plot_data.py
chaco/abstract_plot_renderer.py
chaco/api.py
chaco/array_data_source.py
chaco/array_plot_data.py
chaco/axis.py
chaco/axis_view.py
chaco/barplot.py
chaco/base.py
chaco/base_1d_mapper.py
chaco/base_2d_plot.py
chaco/base_candle_plot.py
chaco/base_contour_plot.py
chaco/base_data_range.py
chaco/base_plot_container.py
chaco/base_plot_frame.py
chaco/base_xy_plot.py
chaco/candle_plot.py
chaco/chaco_plot_container_editor.py
chaco/chaco_plot_editor.py
chaco/chaco_traits.py
chaco/chaco_version.py
chaco/cmap_image_plot.py
chaco/color_bar.py
chaco/color_mapper.py
chaco/color_spaces.py
chaco/colormap_generators.py
chaco/colormapped_scatterplot.py
chaco/colormapped_selection_overlay.py
chaco/contour_line_plot.py
chaco/contour_poly_plot.py
chaco/cross_plot_frame.py
chaco/data_label.py
chaco/data_range_1d.py
chaco/data_range_2d.py
chaco/data_view.py
chaco/datamapper.py
chaco/default_colormaps.py
chaco/default_colors.py
chaco/errorbar_plot.py
chaco/example_support.py
chaco/filled_line_plot.py
chaco/function_data_source.py
chaco/function_image_data.py
chaco/grid.py
chaco/grid_data_source.py
chaco/grid_mapper.py
chaco/horizon_plot.py
chaco/image_data.py
chaco/image_plot.py
chaco/jitterplot.py
chaco/label.py
chaco/label_axis.py
chaco/lasso_overlay.py
chaco/legend.py
chaco/linear_mapper.py
chaco/lineplot.py
chaco/log_mapper.py
chaco/multi_array_data_source.py
chaco/multi_line_plot.py
chaco/pdf_graphics_context.py
chaco/plot.py
chaco/plot_canvas.py
chaco/plot_canvas_toolbar.py
chaco/plot_component.py
chaco/plot_containers.py
chaco/plot_factory.py
chaco/plot_graphics_context.py
chaco/plot_label.py
chaco/plot_template.py
chaco/plotscrollbar.py
chaco/point_data_source.py
chaco/polar_line_renderer.py
chaco/polar_mapper.py
chaco/polygon_plot.py
chaco/quiverplot.py
chaco/scales_tick_generator.py
chaco/scatter_inspector_overlay.py
chaco/scatter_markers.py
chaco/scatterplot.py
chaco/selectable_legend.py
chaco/selectable_overlay_container.py
chaco/serializable.py
chaco/simple_plot_frame.py
chaco/speedups.py
chaco/subdivision_cells.py
chaco/subdivision_mapper.py
chaco/svg_graphics_context.py
chaco/text_box_overlay.py
chaco/ticks.py
chaco/toolbar_plot.py
chaco/tooltip.py
chaco/transform_color_mapper.py
chaco/variable_size_scatterplot.py
chaco.egg-info/PKG-INFO
chaco.egg-info/SOURCES.txt
chaco.egg-info/dependency_links.txt
chaco.egg-info/not-zip-safe
chaco.egg-info/requires.txt
chaco.egg-info/top_level.txt
chaco/contour/__init__.py
chaco/contour/cntr.c
chaco/contour/setup.py
chaco/layers/__init__.py
chaco/layers/api.py
chaco/layers/status_layer.py
chaco/layers/svg_range_selection_overlay.py
chaco/overlays/__init__.py
chaco/overlays/aligned_container_overlay.py
chaco/overlays/api.py
chaco/overlays/container_overlay.py
chaco/overlays/coordinate_line_overlay.py
chaco/overlays/databox.py
chaco/overlays/simple_inspector_overlay.py
chaco/overlays/text_grid_overlay.py
chaco/plugin/__init__.py
chaco/plugin/chaco_plugin.py
chaco/plugin/plot_editor.py
chaco/plugin/workbench_session.py
chaco/scales/__init__.py
chaco/scales/api.py
chaco/scales/formatters.py
chaco/scales/safetime.py
chaco/scales/scales.py
chaco/scales/scales_test_case.py
chaco/scales/time_scale.py
chaco/scales/time_scale_test_case.py
chaco/shell/__init__.py
chaco/shell/chaco_shell_error.py
chaco/shell/commands.py
chaco/shell/plot_maker.py
chaco/shell/plot_window.py
chaco/shell/preferences.py
chaco/shell/scaly_plot.py
chaco/shell/session.py
chaco/tests/__init__.py
chaco/tests/_tools.py
chaco/tests/array_plot_data_test_case.py
chaco/tests/arraydatasource_test_case.py
chaco/tests/base_utils_test_case.py
chaco/tests/border_test_case.py
chaco/tests/colormapper_test_case.py
chaco/tests/component_tests.py
chaco/tests/data_view_test_case.py
chaco/tests/datarange_1d_test_case.py
chaco/tests/datarange_2d_test_case.py
chaco/tests/default_colormaps_test_case.py
chaco/tests/grid_data_source_test_case.py
chaco/tests/grid_mapper_test_case.py
chaco/tests/hittest_test_case.py
chaco/tests/instantiation_order_test_case.py
chaco/tests/linearmapper_test_case.py
chaco/tests/logmapper_test_case.py
chaco/tests/plot_test_case.py
chaco/tests/plotcontainer_test_case.py
chaco/tests/scatterplot_renderers_test_case.py
chaco/tests/serializable_base.py
chaco/tests/serializable_test_case.py
chaco/tests/speedups_test_case.py
chaco/tests/test_cmap_image_plot.py
chaco/tests/test_colormapped_scatterplot.py
chaco/tools/__init__.py
chaco/tools/api.py
chaco/tools/base_zoom_tool.py
chaco/tools/better_selecting_zoom.py
chaco/tools/better_zoom.py
chaco/tools/broadcaster.py
chaco/tools/cursor_tool.py
chaco/tools/data_label_tool.py
chaco/tools/dataprinter.py
chaco/tools/drag_tool.py
chaco/tools/drag_zoom.py
chaco/tools/draw_points_tool.py
chaco/tools/highlight_tool.py
chaco/tools/image_inspector_tool.py
chaco/tools/lasso_selection.py
chaco/tools/legend_highlighter.py
chaco/tools/legend_tool.py
chaco/tools/line_inspector.py
chaco/tools/line_segment_tool.py
chaco/tools/move_tool.py
chaco/tools/pan_tool.py
chaco/tools/pan_tool2.py
chaco/tools/point_marker.py
chaco/tools/range_selection.py
chaco/tools/range_selection_2d.py
chaco/tools/range_selection_overlay.py
chaco/tools/rect_zoom.py
chaco/tools/regression_lasso.py
chaco/tools/save_tool.py
chaco/tools/scatter_inspector.py
chaco/tools/select_tool.py
chaco/tools/simple_inspector.py
chaco/tools/simple_zoom.py
chaco/tools/tool_history_mixin.py
chaco/tools/tool_states.py
chaco/tools/tracking_pan_tool.py
chaco/tools/tracking_zoom.py
chaco/tools/traits_tool.py
chaco/tools/zoom_tool.py
chaco/tools/tests/__init__.py
chaco/tools/tests/pan_tool_test_case.py
chaco/tools/tests/range_selection_test_case.py
chaco/tools/toolbars/__init__.py
chaco/tools/toolbars/plot_toolbar.py
chaco/tools/toolbars/toolbar_buttons.py
chaco/ui/__init__.py
chaco/ui/axis_ui.py
chaco/ui/plot_window.py
chaco/ui/popupable_plot.py