diff options
author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-10-09 00:51:53 +0000 |
---|---|---|
committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-10-09 00:51:53 +0000 |
commit | efdd39867964b92520a58c6796658895e412c441 (patch) | |
tree | 915308d423a0ce20b66b79f4de7bacdf7f3925d0 /test/test_utils.py | |
parent | 7413a2c5688f098e12539710604fa046ed41b0c2 (diff) | |
download | docutils-efdd39867964b92520a58c6796658895e412c441.tar.gz |
changed docstring field lists into comments
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@778 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_utils.py')
-rwxr-xr-x | test/test_utils.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index b2771f25c..06da8c0e2 100755 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,12 +1,12 @@ #! /usr/bin/env python -""" -:Author: David Goodger -:Contact: goodger@users.sourceforge.net -:Revision: $Revision$ -:Date: $Date$ -:Copyright: This module has been placed in the public domain. +# Author: David Goodger +# Contact: goodger@users.sourceforge.net +# Revision: $Revision$ +# Date: $Date$ +# Copyright: This module has been placed in the public domain. +""" Test module for utils.py. """ |