This file is indexed.

/usr/lib/blender/scripts/ogrepkg/__init__.py is in blender-ogrexml-1.8 1.8.0+dfsg1-7.

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
"""Ogre Package

   @author Michael Reimpell
"""
# epydoc doc format
__docformat__ = "javadoc en" 

__all__ = ["base", "gui", "materialexport", "armatureexport", "meshexport"]