1998-03-06 17:18:55 -04:00
|
|
|
# -*- perl -*-
|
|
|
|
#
|
|
|
|
# This implements the Python howto class. All it really needs to do it
|
|
|
|
# load the "python" style.
|
|
|
|
|
|
|
|
package main;
|
|
|
|
|
1999-03-25 18:17:29 -04:00
|
|
|
do_require_package("article");
|
1999-04-13 19:17:55 -03:00
|
|
|
#do_require_package("verbatim");
|
1999-03-25 18:17:29 -04:00
|
|
|
do_require_package("python");
|
1998-03-06 17:18:55 -04:00
|
|
|
|
|
|
|
1; # sheesh....
|