source: vendor/python/2.5/Doc/perl/distutils.perl

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 440 bytes
RevLine 
[3225]1# LaTeX2HTML support for distutils.sty.
2
3package main;
4
5sub do_cmd_command {
6 return use_wrappers(@_[0], '<code class="du-command">', '</code>');