blob: 0960608bf1944fe35801837e853c3b672cd85843 [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 Drake986c1001998-03-03 22:27:28 +000011$mydir = `pwd`;
12chop $mydir;
13unshift(@INC, $mydir);
14
Fred Drake6659c301998-03-03 22:02:19 +000015require "python.perl";
16
171; # sheesh....