diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-03-13 00:58:33 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-03-13 01:14:22 +0100 |
| commit | 8c846be1addcfc07011ed4934c7c09d9e5ea1634 (patch) | |
| tree | 3b73a23fa52857ec6f8e1e5cb58ea953e04321b0 | |
| parent | 668d3b80a310dfa2850f8b61bca3a15679da5ed1 (diff) | |
Hint that modules are still supported despite warnings.
| -rw-r--r-- | kconfiglib.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 152c7af..afff92e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1320,7 +1320,10 @@ error, and you should e-mail kconfiglib@gmail.com. elif tokens.check(T_MODULES): self._warn("the 'modules' option is not supported. " "Let me know if this is a problem for you; " - "it shouldn't be that hard to implement.", + "it shouldn't be that hard to implement. " + "(Note that modules are still supported -- " + "Kconfiglib just assumes the symbol name " + "MODULES.)", filename, linenr) |
