From 6e13b8b73572f9c0ac9b5c683b98a475afbeab38 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 15 Aug 2018 13:13:17 +0200 Subject: yapf -rip on plugins --- plugins/revstr.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/revstr.py') diff --git a/plugins/revstr.py b/plugins/revstr.py index 0fa93bb1..561b87fe 100644 --- a/plugins/revstr.py +++ b/plugins/revstr.py @@ -5,6 +5,7 @@ Reverse everything you say (``Je proteste énergiquement`` will become from poezio.plugin import BasePlugin from poezio import xhtml + class Plugin(BasePlugin): def init(self): self.api.add_event_handler('muc_say', self.revstr) -- cgit v1.2.3