/usr/share/pyshared/MMTK/ProteinEnvironment.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 protein definition files
# are executed.
from MMTK.Proteins import PeptideChain
from MMTK.Collections import Collection
from MMTK.PDB import PDBConfiguration
from MMTK.Units import *
from Scientific.Geometry import Vector
from Scientific.Geometry.Transformation import Translation, Rotation
from copy import copy, deepcopy
|