Author: strank
Date: 2008-02-23 13:17:18 +0100 (Sat, 23 Feb 2008)
New Revision: 5516
Modified:
branches/lossless-rst-writer/docutils/writers/rst.py
branches/lossless-rst-writer/test/test_rst2rst_functional.py
Log:
forgot email obfuscation, late better than never
Modified: branches/lossless-rst-writer/docutils/writers/rst.py
===================================================================
--- branches/lossless-rst-writer/docutils/writers/rst.py 2008-02-23 11:59:57 UTC (rev 5515)
+++ branches/lossless-rst-writer/docutils/writers/rst.py 2008-02-23 12:17:18 UTC (rev 5516)
@@ -1,5 +1,5 @@
# $Id$
-# Author: Stefan Rank <strank@...>
+# Author: Stefan Rank <strank(AT)strank(DOT)info>
# Copyright: This module has been placed in the public domain.
"""
Modified: branches/lossless-rst-writer/test/test_rst2rst_functional.py
===================================================================
--- branches/lossless-rst-writer/test/test_rst2rst_functional.py 2008-02-23 11:59:57 UTC (rev 5515)
+++ branches/lossless-rst-writer/test/test_rst2rst_functional.py 2008-02-23 12:17:18 UTC (rev 5516)
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# $Id$
-# Author: Stefan Rank <strank@...>
+# Author: Stefan Rank <strank(AT)strank(DOT)info>
# Copyright: This module has been placed in the public domain.
"""
|