[Python-checkins] CVS: distutils/distutils/command command_template,1.2,1.3
Greg Ward
python-dev@python.org
2000年5月29日 19:04:56 -0700
Update of /cvsroot/python/distutils/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7230/command
Modified Files:
command_template
Log Message:
Cosmetic tweak.
Index: command_template
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/command_template,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** command_template 2000年05月13日 03:35:05 1.2
--- command_template 2000年05月30日 02:04:54 1.3
***************
*** 1,5 ****
"""distutils.command.x
! Implements the Distutils 'x' command."""
# created 2000/mm/dd, John Doe
--- 1,6 ----
"""distutils.command.x
! Implements the Distutils 'x' command.
! """
# created 2000/mm/dd, John Doe