summaryrefslogtreecommitdiff
path: root/test/test_readers/test_python
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-05-21 20:44:42 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-05-21 20:44:42 +0000
commit1d2df07a408bab43d1a07a0f22cb9a96393eeec8 (patch)
tree78fcab38d21f4f40e15cc55d80cbf6173dce8d39 /test/test_readers/test_python
parent35a5e01dac7ac0ff3ab6048e7845ad02b7912fcc (diff)
downloaddocutils-1d2df07a408bab43d1a07a0f22cb9a96393eeec8.tar.gz
use $Id$ instead of $Date$ and $Revision$;
collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_readers/test_python')
-rwxr-xr-xtest/test_readers/test_python/test_functions.py6
-rwxr-xr-xtest/test_readers/test_python/test_parser.py6
-rwxr-xr-xtest/test_readers/test_python/test_token_parser.py6
3 files changed, 6 insertions, 12 deletions
diff --git a/test/test_readers/test_python/test_functions.py b/test/test_readers/test_python/test_functions.py
index d521b2203..3109edf0c 100755
--- a/test/test_readers/test_python/test_functions.py
+++ b/test/test_readers/test_python/test_functions.py
@@ -1,9 +1,7 @@
#! /usr/bin/env python
-# Author: David Goodger
-# Contact: goodger@users.sourceforge.net
-# Revision: $Revision$
-# Date: $Date$
+# $Id$
+# Author: David Goodger <goodger@python.org>
# Copyright: This module has been placed in the public domain.
"""
diff --git a/test/test_readers/test_python/test_parser.py b/test/test_readers/test_python/test_parser.py
index 1ccfbdc10..de88af173 100755
--- a/test/test_readers/test_python/test_parser.py
+++ b/test/test_readers/test_python/test_parser.py
@@ -1,9 +1,7 @@
#! /usr/bin/env python
-# Author: David Goodger
-# Contact: goodger@users.sourceforge.net
-# Revision: $Revision$
-# Date: $Date$
+# $Id$
+# Author: David Goodger <goodger@python.org>
# Copyright: This module has been placed in the public domain.
"""
diff --git a/test/test_readers/test_python/test_token_parser.py b/test/test_readers/test_python/test_token_parser.py
index 23015a7dc..906758b78 100755
--- a/test/test_readers/test_python/test_token_parser.py
+++ b/test/test_readers/test_python/test_token_parser.py
@@ -1,9 +1,7 @@
#! /usr/bin/env python
-# Author: David Goodger
-# Contact: goodger@users.sourceforge.net
-# Revision: $Revision$
-# Date: $Date$
+# $Id$
+# Author: David Goodger <goodger@python.org>
# Copyright: This module has been placed in the public domain.
"""