blob: 5fe3eb57f5c37941227f1f7b63ef24dde4796cda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- perl -*-
#
# This implements the Python howto class. All it really needs to do it
# load the "python" style.
package main;
do_require_package("article");
do_require_package("verbatim");
do_require_package("python");
1; # sheesh....
|