This file is indexed.

/usr/lib/python2.7/dist-packages/ho/pisa/__init__.py is in python-pisa 3.0.32-3.

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
# -*- coding: ISO-8859-1 -*-
#############################################
## (C)opyright by Dirk Holtwick, 2002-2007 ##
## All rights reserved                     ##
#############################################

"""
In the near future pisa will be moved into the namespace "ho"
This is a helper for migration
"""

__reversion__ = "$Revision: 160 $"
__author__    = "$Author: holtwick $"
__date__      = "$Date: 2008-03-12 16:40:03 +0100 (Mi, 12 Mrz 2008) $"

from sx.pisa3.pisa import *

__version__   = VERSION