This file is indexed.

/usr/share/pyshared/cviewer/action/common.py is in connectomeviewer 2.1.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
11
"""Provide the path to the images

"""
# Copyright (C) 2009-2010, Ecole Polytechnique Federale de Lausanne (EPFL) and
# University Hospital Center and University of Lausanne (UNIL-CHUV)
#
# Modified BSD License

from os.path import dirname, join
IMAGE_PATH = join(dirname(__file__), '..', 'resources', 'images')
RESOURCE_PATH = join(dirname(__file__), '..', 'resources')