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

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

Python 2.5

File size: 242 bytes
Line 
1# -*- perl -*-
2#
3# This implements the Python howto class. All it really needs to do it
4# load the "python" style.
5
6package main;
7
8do_require_package("article");
9do_require_package("alltt");
10do_require_package("python");
11
121; # sheesh....
Note: See TracBrowser for help on using the repository browser.