diff options
Diffstat (limited to 'docutils/test/test_nodes.py')
-rwxr-xr-x | docutils/test/test_nodes.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docutils/test/test_nodes.py b/docutils/test/test_nodes.py index 3766a695d..a33607c2c 100755 --- a/docutils/test/test_nodes.py +++ b/docutils/test/test_nodes.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 nodes.py. """ |