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