Skip to content
Snippets Groups Projects
Commit 7d59bb70 authored by cmaffeo2's avatar cmaffeo2
Browse files

Added deprecated dummy modules for mrdna modules that have moved into arbdmodel

parent 5cb8536a
No related branches found
No related tags found
No related merge requests found
from .arbdmodel.coords import *
from sys import stderr
stderr.write("WARNING: the module 'mrdna.coords' has been deprecated. Please change your scripts to use 'mrdna.arbdmodel.coords'\n")
from ..arbdmodel import *
from sys import stderr
stderr.write("WARNING: the module 'mrdna.model.arbdmodel' has been deprecated. Please change your scripts to use 'mrdna.arbdmodel'\n")
from ..arbdmodel.nonbonded import *
from sys import stderr
stderr.write("WARNING: the module 'mrdna.model.nonbonded' has been deprecated. Please change your scripts to use 'mrdna.arbdmodel.nonbonded'\n")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment