summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-02 00:00:49 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-02 00:00:49 +0200
commitee64fb923a42d0ab85f5bd88fa59b9a835893964 (patch)
tree967dcdbc8a958b81cfd14aeafa73639095345398
parent0df505962ab12398cbe6048a78ab4025e3fcfae7 (diff)
Obfuscate email inside kconfiglib.py.
-rw-r--r--kconfiglib.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 7e8f166..1f5421e 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -62,9 +62,9 @@ it.
Credits: Written by Ulf "Ulfalizer" Magnusson
-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."""
+Send bug reports, suggestions and other feedback to ulfalizer a.t Google's
+email service. 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."""
# If you have Psyco installed (32-bit installations, Python <= 2.6 only),
# setting this to True (right here, not at runtime) might give a nice speedup.
@@ -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 ulfalizer@gmail.com.
+error, and you should email ulfalizer a.t Google's email service.
.""" .format(stmt.name, env_var),
filename,
linenr)
@@ -3809,9 +3809,9 @@ 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 ulfalizer@gmail.com " \
- "to tell me about this. Include the message above and the stack " \
- "trace and describe what you were doing."
+ msg += "\nSorry! You may want to send an email to ulfalizer a.t Google's " \
+ "email service to tell me about this. Include the message above " \
+ "and the stack trace and describe what you were doing."
raise Internal_Error, msg