This file is indexed.

/usr/lib/python2.7/dist-packages/ufc/__init__.py is in python-ffc 1.4.0-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
15
16
17
18
__author__ = "Johan Hake (hake.dev@gmail.com)"
__copyright__ = "Copyright (C) 2010-2014 Johan Hake"
__date__ = "2010-08-19 -- 2014-02-14"
__license__  = "Released to the public domain"

# Import Python versions of the abstract classes in the UFC interface
from ufc import (cell,
                 function,
                 form,
                 finite_element,
                 dofmap,
                 cell_integral,
                 exterior_facet_integral,
                 interior_facet_integral,
                 point_integral,
                 custom_integral,
                 __version__,
                 __swigversion__)