cpython/Doc/perl/howto.perl
Fred Drake 982d91fb51 Change $ICONSERVER to conform to the value AMK & I have discussed for this;
doing this here may prove to not be such a good idea, but we'll see.
1998-03-27 06:53:13 +00:00

13 lines
245 B
Perl

# -*- 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");
$ICONSERVER = '../../icons';
1; # sheesh....