daemon: Use Emane.version directly instead of checking if EventService
exists.
This commit is contained in:
parent
026f54d658
commit
3a13b8c92d
5 changed files with 11 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue