Fred Drake | bc7101d | 1998-03-06 21:18:55 +0000 | [diff] [blame^] | 1 | # -*- perl -*- |
2 | # | ||||
3 | # This implements the Python howto class. All it really needs to do it | ||||
4 | # load the "python" style. | ||||
5 | |||||
6 | package main; | ||||
7 | |||||
8 | &do_require_package("article"); | ||||
9 | &do_require_package("python"); | ||||
10 | |||||
11 | 1; # sheesh.... |