This file is indexed.

/usr/lib/python2.7/dist-packages/wx-2.6-gtk2-unicode/wx/__version__.py is in python-wxgtk2.6 2.6.3.2.2-5ubuntu4.

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
# This file was generated by setup.py...

VERSION_STRING  = '2.6.3.2'
MAJOR_VERSION   = 2
MINOR_VERSION   = 6
RELEASE_VERSION = 3
SUBREL_VERSION  = 2

VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
           SUBREL_VERSION, '')

RELEASE_NUMBER = RELEASE_VERSION  # for compatibility