Exemple #1
0
 def unload(self, ctx):
     super().unload(ctx)
     Pages.unregister("guide")
Exemple #2
0
 def unload(self, ctx):
     super().unload(ctx)
     self.save_event_stats()
     Pages.unregister("participants")
Exemple #3
0
 def unload(self, ctx):
     Pages.unregister("guide")
     super(GuidePlugin, self).unload(ctx)