From 0df505962ab12398cbe6048a78ab4025e3fcfae7 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 1 Jun 2015 15:40:51 +0200 Subject: Use ulfalizer@gmail.com for feedback. Harder to miss stuff that way. --- kconfiglib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index c2e1377..7e8f166 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -62,7 +62,7 @@ it. Credits: Written by Ulf "Ulfalizer" Magnusson -Send bug reports, suggestions and other feedback to kconfiglib@gmail.com. Don't +Send bug reports, suggestions and other feedback to ulfalizer@gmail.com. Don't wrestle with internal APIs. Tell me what you need and I might add it in a safe way as a client API instead.""" @@ -1316,7 +1316,7 @@ get the empty string as its value. If you're using kconfiglib via 'make (i)scriptconfig' it should have set up the environment correctly for you. If you still got this message, that might be an -error, and you should e-mail kconfiglib@gmail.com. +error, and you should e-mail ulfalizer@gmail.com. .""" .format(stmt.name, env_var), filename, linenr) @@ -3809,7 +3809,7 @@ def _parse_error(s, msg, filename, linenr): raise Kconfig_Syntax_Error, error_str def _internal_error(msg): - msg += "\nSorry! You may want to send an email to kconfiglib@gmail.com " \ + msg += "\nSorry! You may want to send an email to ulfalizer@gmail.com " \ "to tell me about this. Include the message above and the stack " \ "trace and describe what you were doing." -- cgit v1.2.3