diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-01 15:40:51 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-01 15:41:29 +0200 |
| commit | 0df505962ab12398cbe6048a78ab4025e3fcfae7 (patch) | |
| tree | 2b845665cc8af002962de4fd9d86368cc6145e13 /kconfiglib.py | |
| parent | f0ac89199727657548cf92d70a269eb6a7c09f0f (diff) | |
Use ulfalizer@gmail.com for feedback.
Harder to miss stuff that way.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 6 |
1 files 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." |
