This file is indexed.

/usr/share/pyshared/MMTK/MoleculeEnvironment.py is in python-mmtk 2.7.9-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
# This module defines the environment in which molecule definition files
# are executed.

from MMTK.Database import BlueprintAtom, BlueprintGroup, BlueprintBond
from MMTK.ConfigIO import Cartesian, ZMatrix
from MMTK.PDB import PDBFile
from MMTK.Units import *
Atom = BlueprintAtom
Group = BlueprintGroup
Bond = BlueprintBond