summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-12 12:33:04 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-12 12:33:04 +0100
commit4ace25797397d28a877a30555366de38da1da33b (patch)
tree13fd67479d0af2a9e23d6030a9556daf7a097ff9 /kconfiglib.py
parent7b0c82e7709d7208df1dae74677ad3783c2d9fbb (diff)
Rename kconfigtest.py to testsuite.py.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 29b02ad..c7fc93f 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -12,7 +12,7 @@
#
# $ make scriptconfig SCRIPT=Kconfiglib/examples/print_tree.py
#
-# Look in kconfigtest.py for the test suite.
+# Look in testsuite.py for the test suite.
"""
Kconfiglib is a Python library for scripting and extracting information from
@@ -57,7 +57,7 @@ Look in the examples/ subdirectory for examples, which can be run with e.g.
$ make scriptconfig SCRIPT=Kconfiglib/examples/print_tree.py
-Look in kconfigtest.py for the test suite.
+Look in testsuite.py for the test suite.
Credits: Written by Ulf "Ulfalizer" Magnusson