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