blob: ea65b36e748b6b81d9aac6b6752ba045045c66b1 [file] [log] [blame]
Fred Drake6659c301998-03-03 22:02:19 +00001# -*- perl -*-
2#
3# This implements the Python manual class. All it really needs to do it
4# load the "python" style. The style code is not moved into the class code
5# at this time, since we expect additional document class to be developed
6# for the Python documentation in the future. Appropriate relocations will
7# be made at that time.
8
9package main;
10
Fred Drakea608a1d1999-03-25 22:17:29 +000011do_require_package("report");
Fred Drake86333602001-04-10 17:13:39 +000012do_require_package("alltt");
Fred Drakea608a1d1999-03-25 22:17:29 +000013do_require_package("python");
Fred Drake6659c301998-03-03 22:02:19 +000014
151; # sheesh....