[modules/kernel] Add documentation and vim hints
This commit is contained in:
parent
64386098b6
commit
955f123b88
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# pylint: disable=C0111,R0903
|
||||||
|
|
||||||
|
"""Shows Linux kernel version information"""
|
||||||
|
|
||||||
import bumblebee.input
|
import bumblebee.input
|
||||||
import bumblebee.output
|
import bumblebee.output
|
||||||
import bumblebee.engine
|
import bumblebee.engine
|
||||||
|
@ -11,3 +15,5 @@ class Module(bumblebee.engine.Module):
|
||||||
|
|
||||||
def output(self, widget):
|
def output(self, widget):
|
||||||
return self._release_name
|
return self._release_name
|
||||||
|
|
||||||
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||||
|
|
Loading…
Reference in a new issue