This file is indexed.

/usr/lib/python2.7/dist-packages/zope/formlib/i18n.py is in python-zope.formlib 4.3.0a2-0ubuntu1.

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
"""\
I18N support for zope.formlib

"""
__docformat__ = "reStructuredText"

import zope.i18nmessageid

_ = zope.i18nmessageid.MessageFactory("zope")