This file is indexed.

/usr/lib/python2.7/dist-packages/wxglade/widgets/hyperlink_ctrl/__init__.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
"""
HyperlinkCtrl widget module initialization

@copyright: 2012 Carsten Grohmann <mail@carstengrohmann.de>
@license: MIT (see license.txt) - THIS PROGRAM COMES WITH NO WARRANTY
"""


def initialize():
    import common
    import codegen
    codegen.initialize()
    if common.use_gui:
        import hyperlink_ctrl
        return hyperlink_ctrl.initialize()