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");
|
2001-04-10 14:13:39 -03:00
|
|
|
do_require_package("alltt");
|
1999-03-25 18:17:29 -04:00
|
|
|
do_require_package("python");
|
1998-03-06 17:18:55 -04:00
|
|
|
|
|
|
|
1; # sheesh....
|