From ac58db581162d0afde15e0c7b714dd2dac75b8e1 Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 16:43:29 +0200 Subject: [PATCH] PEP 8 (I'm bored): text --- i3pystatus/text.py | 1 - 1 file changed, 1 deletion(-) diff --git a/i3pystatus/text.py b/i3pystatus/text.py index 74d05ff..214337f 100644 --- a/i3pystatus/text.py +++ b/i3pystatus/text.py @@ -27,7 +27,6 @@ class Text(Module): if self.color: self.output["color"] = self.color - def on_leftclick(self): subprocess.call(self.cmd_leftclick, shell=True)