This file is indexed.

/usr/share/pyshared/zope/formlib/i18n.py is in python-zope.formlib 4.0.5-0ubuntu5.

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")