mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add func for compat with main event system
This commit is contained in:
parent
8e52f425e4
commit
90f778dbc1
1 changed files with 6 additions and 0 deletions
|
@ -252,6 +252,12 @@ class RAETEvent(object):
|
|||
except Exception:
|
||||
pass
|
||||
|
||||
def close_pub(self):
|
||||
'''
|
||||
Here for compatability
|
||||
'''
|
||||
return
|
||||
|
||||
def destroy(self):
|
||||
if hasattr(self, 'stack'):
|
||||
self.stack.server.close()
|
||||
|
|
Loading…
Add table
Reference in a new issue