PEP 8 (I'm bored): text

This commit is contained in:
enkore 2014-10-14 16:43:29 +02:00
parent f7d95a28a0
commit ac58db5811

View File

@ -27,7 +27,6 @@ class Text(Module):
if self.color: if self.color:
self.output["color"] = self.color self.output["color"] = self.color
def on_leftclick(self): def on_leftclick(self):
subprocess.call(self.cmd_leftclick, shell=True) subprocess.call(self.cmd_leftclick, shell=True)