summaryrefslogtreecommitdiff
path: root/test/test_utils.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-10-09 00:51:53 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-10-09 00:51:53 +0000
commitefdd39867964b92520a58c6796658895e412c441 (patch)
tree915308d423a0ce20b66b79f4de7bacdf7f3925d0 /test/test_utils.py
parent7413a2c5688f098e12539710604fa046ed41b0c2 (diff)
downloaddocutils-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-xtest/test_utils.py12
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.
"""