This file is indexed.

/usr/lib/python2.7/dist-packages/wxglade/widgets/button/button_stockitems.py is in python-wxglade 0.6.8-2.2.

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
class ButtonStockItems:

    stock_ids = {
        "ADD" :                 "Add",
        "APPLY" :               "&Apply",
        "BOLD" :                "&Bold",
        "CANCEL" :              "&Cancel",
        "CLEAR" :               "&Clear",
        "CLOSE" :               "&Close",
        "COPY" :                "&Copy",
        "CUT" :                 "Cu&t",
        "DELETE" :              "&Delete",
        "FIND" :                "&Find",
        "REPLACE" :             "Find and rep&lace",
        "BACKWARD" :            "&Back",
        "DOWN" :                "&Down",
        "FORWARD" :             "&Forward",
        "UP" :                  "&Up",
        "HELP" :                "&Help",
        "HOME" :                "&Home",
        "INDENT" :              "Indent",
        "INDEX" :               "&Index",
        "ITALIC" :              "&Italic",
        "JUSTIFY_CENTER" :      "Centered",
        "JUSTIFY_FILL" :        "Justified",
        "JUSTIFY_LEFT" :        "Align Left",
        "JUSTIFY_RIGHT" :       "Align Right",
        "NEW" :                 "&New",
        "NO" :                  "&No",
        "OK" :                  "&OK",
        "OPEN" :                "&Open",
        "PASTE" :               "&Paste",
        "PREFERENCES" :         "&Preferences",
        "PRINT" :               "&Print",
        "PREVIEW" :             "Print previe&w",
        "PROPERTIES" :          "&Properties",
        "EXIT" :                "&Quit",
        "REDO" :                "&Redo",
        "REFRESH" :             "Refresh",
        "REMOVE" :              "Remove",
        "REVERT_TO_SAVED" :     "Revert to Saved",
        "SAVE" :                "&Save",
        "SAVEAS" :              "Save &As...",
        "STOP" :                "&Stop",
        "UNDELETE" :            "Undelete",
        "UNDERLINE" :           "&Underline",
        "UNDO" :                "&Undo",
        "UNINDENT" :            "&Unindent",
        "YES" :                 "&Yes",
        "ZOOM_100" :            "&Actual Size",
        "ZOOM_FIT" :            "Zoom to &Fit",
        "ZOOM_IN" :             "Zoom &In",
        "ZOOM_OUT" :            "Zoom &Out",
    }