From f7d95a28a0ff5da5827849aa96140500c931c890 Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 16:43:15 +0200 Subject: [PATCH] PEP 8 (I'm bored): shell --- i3pystatus/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/i3pystatus/shell.py b/i3pystatus/shell.py index 54a1d93..571521f 100644 --- a/i3pystatus/shell.py +++ b/i3pystatus/shell.py @@ -1,6 +1,7 @@ from i3pystatus import IntervalModule from subprocess import check_output, CalledProcessError + class Shell(IntervalModule): """ Shows output of shell command