This file is indexed.

/usr/lib/python2.7/dist-packages/jinja2_time/__init__.py is in python-jinja2-time 0.2.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
# -*- coding: utf-8 -*-

from .jinja2_time import TimeExtension

__author__ = 'Raphael Pierzina'
__email__ = 'raphael@hackebrot.de'
__version__ = '0.2.0'


__all__ = ['TimeExtension']