Add func for compat with main event system

This commit is contained in:
Thomas S Hatch 2016-10-27 15:28:14 -06:00
parent 8e52f425e4
commit 90f778dbc1

View file

@ -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()