This file is indexed.

/usr/lib/python2.7/dist-packages/gtk-2.0/gnome/vfs.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
import warnings
warnings.warn("Module gnome.vfs is deprecated; "
              "please import gnomevfs instead",
              DeprecationWarning)
del warnings

from gnomevfs import *