added documentation to emanexml

This commit is contained in:
Blake J. Harnden 2018-07-06 11:56:09 -07:00
parent 875a880250
commit d988ff86d1
2 changed files with 26 additions and 1 deletions

View file

@ -209,7 +209,7 @@ class EmaneManager(ModelManager):
def load_models(self, emane_models):
"""
load EMANE models and make them available.
Load EMANE models and make them available.
"""
for emane_model in emane_models:
logger.info("loading emane model: %s", emane_model.__name__)