From 8c846be1addcfc07011ed4934c7c09d9e5ea1634 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 13 Mar 2015 00:58:33 +0100 Subject: Hint that modules are still supported despite warnings. --- kconfiglib.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kconfiglib.py') 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) -- cgit v1.2.3