This file is indexed.

/usr/share/pyshared/graphviz/__init__.py is in trac-graphviz 0.7.5-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
11
12
13
14
15
16
17
"""
$Id$
$HeadURL$

Copyright (c) 2005, 2006 Peter Kropf. All rights reserved.

Module file for the graphviz trac wiki processor.
"""


__revision__  = '$LastChangedRevision$'
__id__        = '$Id$'
__headurl__   = '$HeadURL$'
__docformat__ = 'restructuredtext'


from graphviz import *