diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-05-21 20:44:42 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-05-21 20:44:42 +0000 |
| commit | 8c0898d7ef3119551a6a60a589c874a4423c6e8f (patch) | |
| tree | 4668da4d24325602e357ff7218ff056248878591 /readers/python | |
| parent | 35150be21a8b941b7bf1ee6ad4eb015ce27539fc (diff) | |
| download | docutils-8c0898d7ef3119551a6a60a589c874a4423c6e8f.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/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'readers/python')
| -rw-r--r-- | readers/python/__init__.py | 6 | ||||
| -rw-r--r-- | readers/python/moduleparser.py | 6 | ||||
| -rw-r--r-- | readers/python/pynodes.py | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/readers/python/__init__.py b/readers/python/__init__.py index ba147a3d5..d4b59599e 100644 --- a/readers/python/__init__.py +++ b/readers/python/__init__.py @@ -1,7 +1,5 @@ -# 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/readers/python/moduleparser.py b/readers/python/moduleparser.py index 03d57c948..8854d0f95 100644 --- a/readers/python/moduleparser.py +++ b/readers/python/moduleparser.py @@ -1,7 +1,5 @@ -# 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/readers/python/pynodes.py b/readers/python/pynodes.py index 6741544ea..c132114c4 100644 --- a/readers/python/pynodes.py +++ b/readers/python/pynodes.py @@ -1,8 +1,6 @@ #! /usr/bin/env python -# Author: David Goodger -# Contact: goodger@python.org -# Revision: $Revision$ -# Date: $Date$ +# $Id$ +# Author: David Goodger <goodger@python.org> # Copyright: This module has been placed in the public domain. from docutils import nodes |
