This package was built on cmt, the precursor to pymt. A grep of the package shows several locations where cmt is used:
$ grep -r cmt .
./wmtexe/cmd/run.py:10:from cmt.component.model import Model
./wmtexe/task.py:14:from cmt.component.model import Model
./wmtexe/task.py:15:from cmt.framework.services import register_component_classes
./wmtexe/task.py:25: from cmt.components import __all__ as names
./wmtexe/task.py:30: ['cmt.components.{name}'.format(name=name) for name in names])
./build/lib/wmtexe/task.py:14:from cmt.component.model import Model
./build/lib/wmtexe/task.py:15:from cmt.framework.services import register_component_classes
./build/lib/wmtexe/task.py:25: from cmt.components import __all__ as names
./build/lib/wmtexe/task.py:30: ['cmt.components.{name}'.format(name=name) for name in names])
./build/lib/wmtexe/cmd/run.py:10:from cmt.component.model import Model
The package should be updated to support PyMT v1.0.
This package was built on
cmt
, the precursor topymt
. A grep of the package shows several locations wherecmt
is used:The package should be updated to support PyMT v1.0.