mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
test: fix pylint error in u_boot_console_sandbox.py
* provide module docstring Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
# Copyright (c) 2015 Stephen Warren
|
# Copyright (c) 2015 Stephen Warren
|
||||||
# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
# Logic to interact with the sandbox port of U-Boot, running as a sub-process.
|
"""
|
||||||
|
Logic to interact with the sandbox port of U-Boot, running as a sub-process.
|
||||||
|
"""
|
||||||
|
|
||||||
import time
|
import time
|
||||||
from u_boot_spawn import Spawn
|
from u_boot_spawn import Spawn
|
||||||
|
Reference in New Issue
Block a user