/usr/share/pyshared/MMTK/ComplexEnvironment.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 | # This module defines the environment in which molecule definition files
# are executed.
from MMTK.Database import BlueprintAtom, BlueprintMolecule
from MMTK.ConfigIO import Cartesian, ZMatrix
from MMTK.PDB import PDBFile
from MMTK.Units import *
Atom = BlueprintAtom
Molecule = BlueprintMolecule
|