This file is indexed.

/usr/lib/python2.7/dist-packages/gtk-2.0/gnome/__init__.py is in python-gnome2 2.28.1+dfsg-1.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
# -*- Mode: Python; py-indent-offset: 4 -*-

# this can go when things are a little further along
# try:
#     import ltihooks
#     del ltihooks
# except ImportError:
#     pass

import gobject
del gobject

from _gnome import *
init = program_init