From: Fred Drake Date: Wed, 5 Aug 1998 04:36:09 +0000 (+0000) Subject: Remove modified setting of $ICONSERVER; this isn't the right way to do it. X-Git-Tag: v1.5.2a1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ca8fdc44628f1476f6cc6228c1beb381e99eff8;p=thirdparty%2FPython%2Fcpython.git Remove modified setting of $ICONSERVER; this isn't the right way to do it. --- diff --git a/Doc/perl/howto.perl b/Doc/perl/howto.perl index c4e8e202a1dd..ee8f3a48b9b0 100644 --- a/Doc/perl/howto.perl +++ b/Doc/perl/howto.perl @@ -8,6 +8,4 @@ package main; &do_require_package("article"); &do_require_package("python"); -$ICONSERVER = '../../icons'; - 1; # sheesh....