/usr/share/pyshared/MMTK/GroupEnvironment.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 | # This module defines the environment in which group definition files
# are executed.
from MMTK.Database import BlueprintAtom, BlueprintGroup, BlueprintBond
from MMTK.Units import *
Atom = BlueprintAtom
Group = BlueprintGroup
Bond = BlueprintBond
|