cpython/Doc/perl/howto.perl
Fred Drake bc7101dff0 Relocated .latex2html-init to l2hinit.perl.
howto.perl is new; supports LaTeX2HTML for HOWTO documents.
1998-03-06 21:18:55 +00:00

11 lines
215 B
Perl

# -*- perl -*-
#
# This implements the Python howto class. All it really needs to do it
# load the "python" style.
package main;
&do_require_package("article");
&do_require_package("python");
1; # sheesh....