devicetree: fix stale comments

Update stale script comments from the package reorganization.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-04-22 06:57:10 -07:00 committed by Kumar Gala
parent 6f8f08a6a3
commit 22fd259ce1
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2019, Nordic Semiconductor
# SPDX-License-Identifier: BSD-3-Clause
# Tip: You can view just the documentation with 'pydoc3 dtlib'
# Tip: You can view just the documentation with 'pydoc3 devicetree.dtlib'
# _init_tokens() builds names dynamically.
#
@ -24,7 +24,7 @@ import re
import sys
import textwrap
# NOTE: testdtlib.py is the test suite for this library.
# NOTE: tests/test_dtlib.py is the test suite for this library.
class DT:
"""

View file

@ -2,7 +2,7 @@
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: BSD-3-Clause
# Tip: You can view just the documentation with 'pydoc3 edtlib'
# Tip: You can view just the documentation with 'pydoc3 devicetree.edtlib'
"""
Library for working with devicetrees at a higher level compared to dtlib. Like
@ -25,7 +25,7 @@ See their constructor docstrings for details. There is also a
bindings_from_paths() helper function.
"""
# NOTE: testedtlib.py is the test suite for this library.
# NOTE: tests/test_edtlib.py is the test suite for this library.
# Implementation notes
# --------------------