diff options
-rw-r--r-- | src/plugins/kmsg.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/kmsg.py b/src/plugins/kmsg.py index b1b6eaa..d8c58ca 100644 --- a/src/plugins/kmsg.py +++ b/src/plugins/kmsg.py @@ -16,13 +16,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. ''' - -import os - from plugins.linereader import LineReader - class KMsg(LineReader): ''' Line reader for the kernel console output |