This file is indexed.

/usr/share/pyshared/InterfaceQT4/compoproc.py is in eficas 6.4.0-1-1.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
18
19
20
21
22
# -*- coding: utf-8 -*-
from Editeur     import Objecttreeitem
import compooper
import browser
import typeNode


class Node(browser.JDCNode,typeNode.PopUpMenuNode):
    def getPanel(self):
        from monMacroPanel import MonMacroPanel
        return MonMacroPanel(self,parent=self.editor)

    def createPopUpMenu(self):
        typeNode.PopUpMenuNode.createPopUpMenu(self)


class ProcEtapeTreeItem(compooper.EtapeTreeItem):
    itemNode=Node
  
import Accas
treeitem = ProcEtapeTreeItem
objet = Accas.PROC_ETAPE