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

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

Python 2.5

File size: 465 bytes
Line 
1# -*- 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
11do_require_package("report");
12do_require_package("alltt");
13do_require_package("python");
14
151; # sheesh....
Note: See TracBrowser for help on using the repository browser.