daemon: Use Emane.version directly instead of checking if EventService

exists.
This commit is contained in:
Tom Goff 2015-09-30 14:41:13 -04:00
parent 026f54d658
commit 3a13b8c92d
5 changed files with 11 additions and 11 deletions

View file

@ -1363,7 +1363,7 @@ class EmaneGlobalModel(EmaneModel):
'', 'starting NEM ID'),
]
if 'EventService' in globals():
if Emane.version >= Emane.EMANE091:
_confmatrix_platform = _confmatrix_platform_base + \
_confmatrix_platform_091
if Emane.version >= Emane.EMANE092: