Skip to content
Snippets Groups Projects
Commit 2b5e7108 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon:
Browse files

test: fix pylint error in u_boot_console_exec_attach.py


* provide module docstring

Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 6e6d37f7
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@
# Copyright (c) 2015 Stephen Warren
# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
# Logic to interact with U-Boot running on real hardware, typically via a
# physical serial port.
"""
Logic to interact with U-Boot running on real hardware, typically via a
physical serial port.
"""
import sys
from u_boot_spawn import Spawn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment