/usr/share/pyshared/SCRIBES/GUI/Manager.py is in scribes 0.4~r543-2.
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 | class Manager(object):
def __init__(self, editor, uri):
editor.response()
from MainGUI.Manager import Manager
Manager(editor, uri)
from InformationWindow.Manager import Manager
Manager(editor)
editor.response()
|