def unload(self, ctx): super().unload(ctx) Pages.unregister("guide")
def unload(self, ctx): super().unload(ctx) self.save_event_stats() Pages.unregister("participants")
def unload(self, ctx): Pages.unregister("guide") super(GuidePlugin, self).unload(ctx)