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;
|
|
|
|
|
|
|
|
&do_require_package("article");
|
|
|
|
&do_require_package("python");
|
|
|
|
|
1998-03-27 02:53:13 -04:00
|
|
|
$ICONSERVER = '../../icons';
|
|
|
|
|
1998-03-06 17:18:55 -04:00
|
|
|
1; # sheesh....
|