PEP 8 (I'm bored): shell
This commit is contained in:
parent
d782621696
commit
f7d95a28a0
@ -1,6 +1,7 @@
|
|||||||
from i3pystatus import IntervalModule
|
from i3pystatus import IntervalModule
|
||||||
from subprocess import check_output, CalledProcessError
|
from subprocess import check_output, CalledProcessError
|
||||||
|
|
||||||
|
|
||||||
class Shell(IntervalModule):
|
class Shell(IntervalModule):
|
||||||
"""
|
"""
|
||||||
Shows output of shell command
|
Shows output of shell command
|
||||||
|
Loading…
Reference in New Issue
Block a user